Lines Matching refs:ntmp
316 char *ntmp, *vtmp; in STACK_OF() local
327 ntmp = NULL; in STACK_OF()
337 ntmp = strip_spaces(q); in STACK_OF()
338 if (!ntmp) { in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
348 if (!ntmp) { in STACK_OF()
353 X509V3_add_value(ntmp, NULL, &values); in STACK_OF()
367 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF()
368 ntmp = NULL; in STACK_OF()
382 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF()
384 ntmp = strip_spaces(q); in STACK_OF()
385 if (!ntmp) { in STACK_OF()
389 X509V3_add_value(ntmp, NULL, &values); in STACK_OF()