Searched refs:new_privates (Results 1 – 1 of 1) sorted by relevance
137 void *new_privates; in dixReallocPrivates() local139 new_privates = realloc(*privates, old_offset + bytes); in dixReallocPrivates()140 if (!new_privates) in dixReallocPrivates()142 memset((char *) new_privates + old_offset, '\0', bytes); in dixReallocPrivates()143 *privates = new_privates; in dixReallocPrivates()