Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Duniqid.c38 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.c587 ZEND_TLS char *buffer; in php_sha256_crypt()
588 ZEND_TLS int buflen = 0; in php_sha256_crypt()
H A Dcrypt_sha512.c634 ZEND_TLS char *buffer; in php_sha512_crypt()
635 ZEND_TLS int buflen = 0; in php_sha512_crypt()
/PHP-8.1/win32/
H A Dcodepage.c25 ZEND_TLS const struct php_win32_cp *cur_cp = NULL;
26 ZEND_TLS const struct php_win32_cp *orig_cp = NULL;
27 ZEND_TLS const struct php_win32_cp *cur_out_cp = NULL;
28 ZEND_TLS const struct php_win32_cp *orig_out_cp = NULL;
29 ZEND_TLS const struct php_win32_cp *cur_in_cp = NULL;
30 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.1/Zend/
H A Dzend_observer.c42 ZEND_TLS zend_execute_data *first_observed_frame;
43 ZEND_TLS zend_execute_data *current_observed_frame;
H A Dzend_fibers.c127 ZEND_TLS zend_fiber_transfer *transfer_data;
156 ZEND_TLS uint32_t zend_fiber_switch_blocking = 0;
H A Dzend_types.h78 #define ZEND_TLS static TSRM_TLS macro
81 #define ZEND_TLS static macro
H A Dzend_execute_API.c59 ZEND_TLS HANDLE tq_timer = NULL;
H A Dzend_strtod.c3606 ZEND_TLS char *dtoa_result;
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c60 ZEND_TLS pcre2_jit_stack *jit_stack = NULL;
63 ZEND_TLS pcre2_general_context *gctx = NULL;
67 ZEND_TLS pcre2_compile_context *cctx = NULL;
68 ZEND_TLS pcre2_match_context *mctx = NULL;
69 ZEND_TLS pcre2_match_data *mdata = NULL;
70 ZEND_TLS bool mdata_used = 0;
71 ZEND_TLS uint8_t pcre2_init_ok = 0;
87 ZEND_TLS HashTable char_tables;
/PHP-8.1/ext/spl/
H A Dphp_spl.c46 ZEND_TLS zend_string *spl_autoload_extensions;
47 ZEND_TLS HashTable *spl_autoload_functions;

Completed in 59 milliseconds