Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c124 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
212 int status, cache; in mbfl_filt_conv_base64dec_flush() local
256 unsigned int bits = *state & 0xFF, cache = *state >> 8; in mb_base64_to_wchar() local
304 unsigned int cache = buf->state >> 8; in mb_wchar_to_base64() local
H A Dmbfilter_utf7imap.c419 int status = filter->status, cache = filter->cache; in mbfl_filt_conv_wchar_utf7imap_flush() local
651 unsigned char nbits, cache; /* `nbits` is the number of cached bits; either 0, 2, or 4 */ in mb_wchar_to_utf7imap() local
H A Dmbfilter_utf7.c379 int cache = filter->cache; in mbfl_filt_conv_wchar_utf7_flush() local
632 unsigned char nbits, cache; /* `nbits` is the number of cached bits; either 0, 2, or 4 */ in mb_wchar_to_utf7() local
H A Dmbfilter_qprint.c238 int status, cache; in mbfl_filt_conv_qprintdec_flush() local
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 int cache; member
/PHP-8.2/ext/imap/
H A Dphp_imap.c1125 MESSAGECACHE * cache = mail_elt (imap_conn_struct->imap_stream, msgno); in PHP_FUNCTION() local
1512 MESSAGECACHE *cache; in PHP_FUNCTION() local
2008 MESSAGECACHE * cache = mail_elt (imap_conn_struct->imap_stream, msgno); in PHP_FUNCTION() local
/PHP-8.2/ext/soap/
H A Dphp_soap.h165 char cache; variable
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c153 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper()
/PHP-8.2/ext/spl/
H A Dspl_iterators.c305 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local
369 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local

Completed in 60 milliseconds