Searched defs:cache (Results 1 – 14 of 14) sorted by relevance
/PHP-8.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_base64.c | 123 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 D | mbfilter_utf7imap.c | 420 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 D | mbfilter_utf7.c | 380 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 D | mbfilter_qprint.c | 231 int status, cache; in mbfl_filt_conv_qprintdec_flush() local
|
/PHP-8.4/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | tokenizer.c | 185 lxb_css_syntax_tokenizer_cache_init(lxb_css_syntax_tokenizer_cache_t *cache, in lxb_css_syntax_tokenizer_cache_init() 200 lxb_css_syntax_tokenizer_cache_clean(lxb_css_syntax_tokenizer_cache_t *cache) in lxb_css_syntax_tokenizer_cache_clean() 208 lxb_css_syntax_tokenizer_cache_destroy(lxb_css_syntax_tokenizer_cache_t *cache) in lxb_css_syntax_tokenizer_cache_destroy() 222 lxb_css_syntax_tokenizer_cache_expand(lxb_css_syntax_tokenizer_cache_t *cache, in lxb_css_syntax_tokenizer_cache_expand() 246 lxb_css_syntax_tokenizer_cache_push(lxb_css_syntax_tokenizer_cache_t *cache, in lxb_css_syntax_tokenizer_cache_push()
|
H A D | tokenizer.h | 44 lxb_css_syntax_tokenizer_cache_t *cache; member
|
/PHP-8.4/ext/dom/lexbor/lexbor/core/ |
H A D | dobject.h | 21 lexbor_array_t *cache; member
|
H A D | mraw.h | 30 lexbor_bst_t *cache; member
|
/PHP-8.4/ext/dom/lexbor/lexbor/html/ |
H A D | encoding.h | 26 lexbor_array_obj_t cache; member
|
/PHP-8.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.h | 56 int cache; member
|
/PHP-8.4/ext/dom/ |
H A D | html_document.c | 235 static void dom_reset_line_column_cache(dom_line_column_cache *cache) in dom_reset_line_column_cache() 244 dom_line_column_cache *cache, in dom_find_line_and_column_using_cache()
|
/PHP-8.4/Zend/ |
H A D | zend_virtual_cwd.c | 153 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper()
|
/PHP-8.4/ext/spl/ |
H A D | spl_iterators.c | 291 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local 355 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local
|
/PHP-8.4/ext/mbstring/ |
H A D | mbstring.c | 6596 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
|
Completed in 75 milliseconds