Home
last modified time | relevance | path

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

/php-src/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.c598 ZEND_TLS char *buffer; in php_sha256_crypt()
599 ZEND_TLS int buflen = 0; in php_sha256_crypt()
H A Dcrypt_sha512.c649 ZEND_TLS char *buffer; in php_sha512_crypt()
650 ZEND_TLS int buflen = 0; in php_sha512_crypt()
/php-src/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.c925 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack()
/php-src/ext/pcre/
H A Dphp_pcre.c67 ZEND_TLS pcre2_jit_stack *jit_stack = NULL;
70 ZEND_TLS pcre2_general_context *gctx = NULL;
74 ZEND_TLS pcre2_compile_context *cctx = NULL;
75 ZEND_TLS pcre2_match_context *mctx = NULL;
76 ZEND_TLS pcre2_match_data *mdata = NULL;
77 ZEND_TLS bool mdata_used = 0;
78 ZEND_TLS uint8_t pcre2_init_ok = 0;
94 ZEND_TLS HashTable char_tables;
/php-src/ext/spl/
H A Dphp_spl.c41 ZEND_TLS zend_string *spl_autoload_extensions;
42 ZEND_TLS HashTable *spl_autoload_functions;
/php-src/Zend/
H A Dzend_observer.c47 ZEND_TLS zend_execute_data *current_observed_frame;
H A Dzend_fibers.c155 ZEND_TLS zend_fiber_transfer *transfer_data;
184 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.c61 ZEND_TLS HANDLE tq_timer = NULL;
H A Dzend_strtod.c3602 ZEND_TLS char *dtoa_result;

Completed in 53 milliseconds