Searched refs:allocd (Results 1 – 5 of 5) sorted by relevance
139 int n, allocd, depth; in build_nodes() local154 allocd = sizeof (private_data_t *); in build_nodes()156 node_array = REALLOC(node_array, allocd*(depth+1)); in build_nodes()
42 allocd = 0;
1284 boolean_t allocd = B_FALSE; in sip_add_callid() local1292 allocd = B_TRUE; in sip_add_callid()1296 if (allocd) in sip_add_callid()
737 size_t allocd, new_allocd; in path_to_str() local743 allocd = 1; in path_to_str()758 new_allocd = allocd + strlen(name) + 1; in path_to_str()764 startd_free(*cpp, allocd); in path_to_str()767 allocd = new_allocd; in path_to_str()773 *sz = allocd; in path_to_str()
13423 int allocd, i; in listprop() local13465 allocd = 1; in listprop()13496 if (i+1 >= allocd) { in listprop()13497 allocd *= 2; in listprop()13499 sizeof (*objects) * allocd); in listprop()13501 realloc(names, sizeof (*names) * allocd); in listprop()13503 sizeof (*tmpls) * allocd); in listprop()13559 if (i+1 >= allocd) { in listprop()13560 allocd *= 2; in listprop()13562 sizeof (*objects) * allocd); in listprop()[all …]