Searched refs:source_refs_allocd (Results 1 – 2 of 2) sorted by relevance
3435 static int source_refs_allocd = 0; variable3447 if (source_refs_allocd == 0) in collect_source_ref()3449 source_refs_allocd = 1024; in collect_source_ref()3450 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()3457 if (source_refs_used == source_refs_allocd) in collect_source_ref()3459 source_refs_allocd *= 2; in collect_source_ref()3460 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()
3510 static int source_refs_allocd = 0; variable3522 if (source_refs_allocd == 0) in collect_source_ref()3524 source_refs_allocd = 1024; in collect_source_ref()3525 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()3532 if (source_refs_used == source_refs_allocd) in collect_source_ref()3534 source_refs_allocd *= 2; in collect_source_ref()3535 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()