Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/pem/
A Dpem_lib.c689 static int sanitize_line(char *linebuf, int len, unsigned int flags, int first_call) in sanitize_line() argument
692 if (first_call) { in sanitize_line()
747 int first_call = 1; in get_name() local
768 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name()
769 first_call = 0; in get_name()
/openssl-master/crypto/conf/
A Dconf_def.c216 int first_call = 1; in def_load_bio() local
266 if (first_call) { in def_load_bio()
277 first_call = 0; in def_load_bio()

Completed in 7 milliseconds