Home
last modified time | relevance | path

Searched refs:first_call (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pem/
H 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()
/third_party/openssl/crypto/pem/
H 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()
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c270 static int first_call = 1; in cleanup() local
271 if (!first_call) in cleanup()
273 first_call = 0; in cleanup()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1126 static boolean first_call = TRUE; in llvmpipe_init_screen_resource_funcs() local
1127 if (first_call) { in llvmpipe_init_screen_resource_funcs()
1130 first_call = FALSE; in llvmpipe_init_screen_resource_funcs()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c216 int first_call = 1; in def_load_bio() local
269 if (first_call) { in def_load_bio()
280 first_call = 0; in def_load_bio()
/third_party/openssl/crypto/conf/
H A Dconf_def.c216 int first_call = 1; in def_load_bio() local
269 if (first_call) { in def_load_bio()
280 first_call = 0; in def_load_bio()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c1469 static boolean first_call = TRUE; in check_format_tables() local
1471 if (first_call) { in check_format_tables()
1479 first_call = FALSE; in check_format_tables()
/third_party/backends/backend/
H A Dmicrotek2.c2020 static int first_call = 1; /* indicates, whether option */ in init_options() local
2312 if ( first_call ) in init_options()
/third_party/astc-encoder/Source/
H A Dtinyexr.h2240 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate() local
2253 first_call = pState->m_first_call; in mz_inflate()
2260 if ((flush == MZ_FINISH) && (first_call)) { in mz_inflate()

Completed in 38 milliseconds