Searched refs:new_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c277 void *new_ptr; local
290 new_ptr = DEBUGLEVEL_CLASS;
293 new_ptr = NULL;
295 new_ptr = SMB_REALLOC_ARRAY(new_ptr, int, debug_num_classes + 1);
296 if (!new_ptr)
298 DEBUGLEVEL_CLASS = new_ptr;
308 new_ptr = DEBUGLEVEL_CLASS_ISSET;
309 if (new_ptr == &debug_all_class_isset_hack) {
310 new_ptr
[all...]
H A Dtalloc.c197 void *new_ptr; local
209 new_ptr = SMB_REALLOC(ptr, size);
210 if (new_ptr) {
213 tc->ptr = new_ptr;
215 return new_ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.c205 voidpf new_ptr; member in struct:ptr_table_s
236 table[next_ptr++].new_ptr = buf;
249 if (ptr != table[n].new_ptr) continue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.c205 voidpf new_ptr; member in struct:ptr_table_s
236 table[next_ptr++].new_ptr = buf;
249 if (ptr != table[n].new_ptr) continue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c5218 voidpf new_ptr; member in struct:ptr_table_s
5249 table[next_ptr++].new_ptr = buf;
5262 if (ptr != table[n].new_ptr) continue;

Completed in 124 milliseconds