Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c123 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
209 int status, cache; in mbfl_filt_conv_base64dec_flush() local
253 unsigned int bits = *state & 0xFF, cache = *state >> 8; in mb_base64_to_wchar() local
301 unsigned int cache = buf->state >> 8; in mb_wchar_to_base64() local
H A Dmbfilter_utf7imap.c420 int status = filter->status, cache = filter->cache; in mbfl_filt_conv_wchar_utf7imap_flush() local
653 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.c380 int cache = filter->cache; in mbfl_filt_conv_wchar_utf7_flush() local
642 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.c231 int status, cache; in mbfl_filt_conv_qprintdec_flush() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddobject.h21 lexbor_array_t *cache; member
H A Dmraw.h30 lexbor_bst_t *cache; member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.h26 lexbor_array_obj_t cache; member
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 int cache; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h44 lxb_css_syntax_tokenizer_cache_t *cache; member
/php-src/ext/dom/
H A Dhtml_document.c229 static void dom_reset_line_column_cache(dom_line_column_cache *cache) in dom_reset_line_column_cache()
238 dom_line_column_cache *cache, in dom_find_line_and_column_using_cache()
/php-src/ext/soap/
H A Dphp_soap.h165 char cache; variable
/php-src/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-src/ext/spl/
H A Dspl_iterators.c298 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local
362 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local
/php-src/ext/mbstring/
H A Dmbstring.c6566 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local

Completed in 78 milliseconds