Home
last modified time | relevance | path

Searched refs:ZEND_TLS (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/standard/
H A Duniqid.c37 ZEND_TLS struct timeval prev_tv = { 0, 0 };
H A Dphp_crypt_r.c103 ZEND_TLS char passwd[MD5_HASH_MAX_LEN], *p; in php_md5_crypt_r()
H A Dcrypt_sha256.c603 ZEND_TLS char *buffer; in php_sha256_crypt()
604 ZEND_TLS int buflen = 0; in php_sha256_crypt()
H A Dcrypt_sha512.c650 ZEND_TLS char *buffer; in php_sha512_crypt()
651 ZEND_TLS int buflen = 0; in php_sha512_crypt()
/PHP-8.3/win32/
H A Dcodepage.c29 ZEND_TLS const struct php_win32_cp *cur_cp = NULL;
30 ZEND_TLS const struct php_win32_cp *orig_cp = NULL;
31 ZEND_TLS const struct php_win32_cp *cur_out_cp = NULL;
32 ZEND_TLS const struct php_win32_cp *orig_out_cp = NULL;
33 ZEND_TLS const struct php_win32_cp *cur_in_cp = NULL;
34 ZEND_TLS const struct php_win32_cp *orig_in_cp = NULL;
H A Dsendmail.c926 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c69 ZEND_TLS pcre2_jit_stack *jit_stack = NULL;
72 ZEND_TLS pcre2_general_context *gctx = NULL;
76 ZEND_TLS pcre2_compile_context *cctx = NULL;
77 ZEND_TLS pcre2_match_context *mctx = NULL;
78 ZEND_TLS pcre2_match_data *mdata = NULL;
79 ZEND_TLS bool mdata_used = 0;
80 ZEND_TLS uint8_t pcre2_init_ok = 0;
96 ZEND_TLS HashTable char_tables;
/PHP-8.3/ext/spl/
H A Dphp_spl.c45 ZEND_TLS zend_string *spl_autoload_extensions;
46 ZEND_TLS HashTable *spl_autoload_functions;
/PHP-8.3/Zend/
H A Dzend_observer.c47 ZEND_TLS zend_execute_data *current_observed_frame;
H A Dzend_fibers.c157 ZEND_TLS zend_fiber_transfer *transfer_data;
186 ZEND_TLS uint32_t zend_fiber_switch_blocking = 0;
H A Dzend_types.h81 #define ZEND_TLS static TSRM_TLS macro
84 #define ZEND_TLS static macro
H A Dzend_execute_API.c60 ZEND_TLS HANDLE tq_timer = NULL;
H A Dzend_strtod.c3606 ZEND_TLS char *dtoa_result;

Completed in 55 milliseconds