Home
last modified time | relevance | path

Searched refs:tret (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_info.c69 STACK_OF(CONF_VALUE) *tret = ret;
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
78 tret = tmp;
79 vtmp = sk_CONF_VALUE_value(tret, i);
89 if (ret == NULL && tret == NULL)
92 return tret;
95 if (ret == NULL && tret != NULL)
96 sk_CONF_VALUE_pop_free(tret, X509V3_conf_free);
/third_party/openssl/crypto/x509/
H A Dv3_info.c69 STACK_OF(CONF_VALUE) *tret = ret;
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
78 tret = tmp;
79 vtmp = sk_CONF_VALUE_value(tret, i);
89 if (ret == NULL && tret == NULL)
92 return tret;
95 if (ret == NULL && tret != NULL)
96 sk_CONF_VALUE_pop_free(tret, X509V3_conf_free);
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c293 int tret; in testExternalGet() local
312 tret = MHD_get_timeout (d, &tt); in testExternalGet()
313 if (MHD_YES != tret) tt = 1; in testExternalGet()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c800 int tret = wpa_debug_open_linux_tracing(); in ap_main() local
801 if (tret) { in ap_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_main.c786 int tret = wpa_debug_open_linux_tracing(); in ap_main() local
787 if (tret) { in ap_main()

Completed in 4 milliseconds