Home
last modified time | relevance | path

Searched refs:tsrm_get_ls_cache (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/TSRM/
H A DTSRM.h152 TSRM_API void *tsrm_get_ls_cache(void);
167 #define TSRMLS_SET_CTX(ctx) ctx = (void ***) tsrm_get_ls_cache()
169 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)…
171 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset)))
179 #define TSRMLS_CACHE_UPDATE() TSRMLS_CACHE = tsrm_get_ls_cache()
H A DTSRM.c840 TSRM_API void *tsrm_get_ls_cache(void) in tsrm_get_ls_cache() function

Completed in 7 milliseconds