tsrm_ls 132 TSRM/TSRM.h typedef void (*tsrm_thread_begin_func_t)(THREAD_T thread_id, void ***tsrm_ls); tsrm_ls 133 TSRM/TSRM.h typedef void (*tsrm_thread_end_func_t)(THREAD_T thread_id, void ***tsrm_ls); tsrm_ls 161 TSRM/TSRM.h #define TSRMLS_FETCH() void ***tsrm_ls = (void ***) ts_resource_ex(0, NULL) tsrm_ls 162 TSRM/TSRM.h #define TSRMLS_FETCH_FROM_CTX(ctx) void ***tsrm_ls = (void ***) ctx tsrm_ls 163 TSRM/TSRM.h #define TSRMLS_SET_CTX(ctx) ctx = (void ***) tsrm_ls tsrm_ls 164 TSRM/TSRM.h #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->element) tsrm_ls 165 TSRM/TSRM.h #define TSRMLS_D void ***tsrm_ls tsrm_ls 167 TSRM/TSRM.h #define TSRMLS_C tsrm_ls tsrm_ls 798 Zend/zend.c compiler_globals_ctor(compiler_globals, tsrm_ls); tsrm_ls 801 Zend/zend.c compiler_globals_ctor(compiler_globals, tsrm_ls); tsrm_ls 807 Zend/zend.c executor_globals_ctor(executor_globals, tsrm_ls); tsrm_ls 40 Zend/zend_ini_parser.y #define YYPARSE_PARAM tsrm_ls tsrm_ls 41 Zend/zend_ini_parser.y #define YYLEX_PARAM tsrm_ls tsrm_ls 39 Zend/zend_language_parser.h # define YYPARSE_PARAM tsrm_ls tsrm_ls 40 Zend/zend_language_parser.h # define YYLEX_PARAM tsrm_ls tsrm_ls 52 Zend/zend_language_parser.y # define YYPARSE_PARAM tsrm_ls tsrm_ls 53 Zend/zend_language_parser.y # define YYLEX_PARAM tsrm_ls tsrm_ls 114 ext/interbase/php_ibase_udf.c static void ***tsrm_ls; tsrm_ls 29 ext/intl/converter/converter.c void ***tsrm_ls; tsrm_ls 229 ext/intl/converter/converter.c TSRMLS_D = objval->tsrm_ls; tsrm_ls 320 ext/intl/converter/converter.c TSRMLS_D = objval->tsrm_ls; tsrm_ls 1059 ext/intl/converter/converter.c objval->tsrm_ls = TSRMLS_C; tsrm_ls 202 ext/phar/phar_internal.h # define PHAR_GLOBALS ((zend_phar_globals *) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(phar_globals_id)]) tsrm_ls 500 ext/zlib/zlib.c TSRMLS_SET_CTX(ctx.tsrm_ls); tsrm_ls 2090 main/main.c void ***tsrm_ls; tsrm_ls 2115 main/main.c tsrm_ls = ts_resource(0); tsrm_ls 157 main/output.c memset((*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(output_globals_id)], 0, sizeof(zend_output_globals)); tsrm_ls 795 main/output.c TSRMLS_SET_CTX(context->tsrm_ls); tsrm_ls 106 main/php_output.h void ***tsrm_ls; tsrm_ls 110 main/php_output.h #define PHP_OUTPUT_TSRMLS(ctx) TSRMLS_FETCH_FROM_CTX((ctx)->tsrm_ls) tsrm_ls 1751 sapi/cgi/cgi_main.c void ***tsrm_ls; tsrm_ls 1797 sapi/cgi/cgi_main.c tsrm_ls = ts_resource(0); tsrm_ls 1203 sapi/cli/php_cli.c void ***tsrm_ls; tsrm_ls 1260 sapi/cli/php_cli.c tsrm_ls = ts_resource(0); tsrm_ls 1274 sapi/cli/php_cli_server.c va_start(ap, tsrm_ls); tsrm_ls 2441 sapi/cli/php_cli_server.c void ***tsrm_ls; tsrm_ls 2452 sapi/cli/php_cli_server.c void ***tsrm_ls = params->tsrm_ls; tsrm_ls 2506 sapi/cli/php_cli_server.c tsrm_ls, tsrm_ls 159 sapi/embed/php_embed.c void ***tsrm_ls = NULL; tsrm_ls 175 sapi/embed/php_embed.c tsrm_ls = ts_resource(0); tsrm_ls 176 sapi/embed/php_embed.c *ptsrm_ls = tsrm_ls; tsrm_ls 33 sapi/embed/php_embed.h #define PTSRMLS_C &tsrm_ls tsrm_ls 37 sapi/embed/php_embed.h void ***tsrm_ls; \ tsrm_ls 1611 sapi/fpm/fpm/fpm_main.c void ***tsrm_ls; tsrm_ls 1640 sapi/fpm/fpm/fpm_main.c tsrm_ls = ts_resource(0); tsrm_ls 84 sapi/litespeed/lsapi_main.c void ***tsrm_ls; tsrm_ls 1062 sapi/litespeed/lsapi_main.c tsrm_ls = ts_resource(0); tsrm_ls 1007 sapi/milter/php_milter.c void ***tsrm_ls; tsrm_ls 1022 sapi/milter/php_milter.c tsrm_ls = ts_resource(0); tsrm_ls 994 sapi/phpdbg/phpdbg.c void ***tsrm_ls; tsrm_ls 1023 sapi/phpdbg/phpdbg.c tsrm_ls = ts_resource(0); tsrm_ls 120 sapi/phpdbg/phpdbg_parser.h int phpdbg_parse (void *tsrm_ls); tsrm_ls 22 sapi/phpdbg/phpdbg_parser.y static int yyerror(void ***tsrm_ls, const char *msg); tsrm_ls 39 sapi/phpdbg/phpdbg_parser.y %parse-param { void *tsrm_ls } tsrm_ls 162 sapi/phpdbg/phpdbg_parser.y static int yyerror(void ***tsrm_ls, const char *msg) {