num_to_alloc     5972 source3/param/loadparm.c 	int num_to_alloc = iNumServices + 1;
num_to_alloc     5998 source3/param/loadparm.c 		tsp = SMB_REALLOC_ARRAY_KEEP_OLD_ON_ERROR(ServicePtrs, struct service *, num_to_alloc);
num_to_alloc     6013 source3/param/loadparm.c 					     num_to_alloc);
num_to_alloc     2348 source4/heimdal/lib/asn1/lex.c 	int num_to_alloc;
num_to_alloc     2356 source4/heimdal/lib/asn1/lex.c 		num_to_alloc = 1;
num_to_alloc     2358 source4/heimdal/lib/asn1/lex.c 								(num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     2363 source4/heimdal/lib/asn1/lex.c 		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
num_to_alloc     2365 source4/heimdal/lib/asn1/lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     2375 source4/heimdal/lib/asn1/lex.c 		num_to_alloc = (yy_buffer_stack_max) + grow_size;
num_to_alloc     2378 source4/heimdal/lib/asn1/lex.c 								num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     2385 source4/heimdal/lib/asn1/lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     1524 source4/heimdal/lib/com_err/lex.c 	int num_to_alloc;
num_to_alloc     1532 source4/heimdal/lib/com_err/lex.c 		num_to_alloc = 1;
num_to_alloc     1534 source4/heimdal/lib/com_err/lex.c 								(num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     1539 source4/heimdal/lib/com_err/lex.c 		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
num_to_alloc     1541 source4/heimdal/lib/com_err/lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     1551 source4/heimdal/lib/com_err/lex.c 		num_to_alloc = (yy_buffer_stack_max) + grow_size;
num_to_alloc     1554 source4/heimdal/lib/com_err/lex.c 								num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     1561 source4/heimdal/lib/com_err/lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     1510 source4/heimdal/lib/hx509/sel-lex.c 	int num_to_alloc;
num_to_alloc     1518 source4/heimdal/lib/hx509/sel-lex.c 		num_to_alloc = 1;
num_to_alloc     1520 source4/heimdal/lib/hx509/sel-lex.c 								(num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     1525 source4/heimdal/lib/hx509/sel-lex.c 		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
num_to_alloc     1527 source4/heimdal/lib/hx509/sel-lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     1537 source4/heimdal/lib/hx509/sel-lex.c 		num_to_alloc = (yy_buffer_stack_max) + grow_size;
num_to_alloc     1540 source4/heimdal/lib/hx509/sel-lex.c 								num_to_alloc * sizeof(struct yy_buffer_state*)
num_to_alloc     1547 source4/heimdal/lib/hx509/sel-lex.c 		(yy_buffer_stack_max) = num_to_alloc;
num_to_alloc     1022 source4/param/loadparm.c 	int num_to_alloc = lp_ctx->iNumServices + 1;
num_to_alloc     1054 source4/param/loadparm.c 		tsp = talloc_realloc(lp_ctx, lp_ctx->services, struct loadparm_service *, num_to_alloc);