Home
last modified time | relevance | path

Searched defs:list (Results 26 – 50 of 58) sorted by relevance

123

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c495 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_li() local
559 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
1651 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_anything_else_closed() local
/php-src/win32/build/
H A Dmkdist.php131 function copy_file_list($source_dir, $dest_dir, $list)
H A Dconfutils.js1995 function is_on_exclude_list_for_test_ini(list, name) argument
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h37 lxb_css_syntax_token_t **list; member
/php-src/Zend/
H A Dzend_alloc.c1741 …zend_mm_huge_list *list = (zend_mm_huge_list*)zend_mm_alloc_heap(heap, sizeof(zend_mm_huge_list) Z… local
1758 zend_mm_huge_list *list = heap->huge_list; local
1781 zend_mm_huge_list *list = heap->huge_list; local
1798 zend_mm_huge_list *list = heap->huge_list; local
2134 static zend_long zend_mm_find_leaks_huge(zend_mm_heap *heap, zend_mm_huge_list *list)
2157 zend_mm_huge_list *list; local
2270 zend_mm_huge_list *list; local
H A Dzend_observer.c120 zend_llist *list = &zend_observers_fcall_list; in zend_observer_fcall_install() local
H A Dzend_types.h211 #define ZEND_TYPE_LIST_FOREACH(list, type_ptr) do { \ argument
249 #define ZEND_TYPE_SET_LIST(t, list) \ argument
580 uintptr_t list; member
583 #define ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(list) (0x1 | (uintptr_t) (list)) argument
584 #define ZEND_PROPERTY_INFO_SOURCE_TO_LIST(list) ((zend_property_info_list *) ((list) & ~0x1)) argument
585 #define ZEND_PROPERTY_INFO_SOURCE_IS_LIST(list) ((list) & 0x1) argument
H A Dzend_vm_gen.php541 $list = array(); // list of opcode handlers and helpers in original order variable
H A Dzend_ast.h376 zend_ast_list *list = zend_ast_get_list(ast); in zend_ast_list_rtrim() local
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c625 char *list = NULL; in phpdbg_stack_resolve() local
H A Dphpdbg_prompt.c1485 PHPDBG_COMMAND(list) /* {{{ */ in PHPDBG_COMMAND() argument
/php-src/ext/opcache/
H A Dzend_persist_calc.c81 zend_ast_list *list = zend_ast_get_list(ast); in zend_persist_ast_calc() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c448 pcre2_substring_list_free(PCRE2_UCHAR **list) in pcre2_substring_list_free()
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h354 lxb_css_rule_list_append(lxb_css_rule_list_t *list, lxb_css_rule_t *rule) in lxb_css_rule_list_append()
402 lxb_css_rule_declaration_list_append(lxb_css_rule_declaration_list_t *list, in lxb_css_rule_declaration_list_append()
/php-src/ext/opcache/jit/ir/
H A Dir.c2155 ir_ref _ir_END_LIST(ir_ctx *ctx, ir_ref list)
2167 ir_ref _ir_END_PHI_LIST(ir_ctx *ctx, ir_ref list, ir_ref val)
2179 void _ir_MERGE_LIST(ir_ctx *ctx, ir_ref list)
2218 ir_ref _ir_PHI_LIST(ir_ctx *ctx, ir_ref list)
2817 void _ir_VA_START(ir_ctx *ctx, ir_ref list)
2823 void _ir_VA_END(ir_ctx *ctx, ir_ref list)
2835 ir_ref _ir_VA_ARG(ir_ctx *ctx, ir_type type, ir_ref list)
H A Dir_ra.c443 ir_list *list = (ir_list*)ctx->osr_entry_loads; in ir_add_osr_entry_loads() local
1096 ir_list *list = (ir_list*)ctx->osr_entry_loads; in ir_add_osr_entry_loads() local
1864 ir_coalesce_block *list; in ir_coalesce() local
H A Dir_emit.c427 ir_list *list = (ir_list*)ctx->osr_entry_loads; in ir_emit_osr_entry_loads() local
H A Dir_cfg.c1659 uint32_t *list, *schedule_end; in ir_schedule_blocks_top_down() local
/php-src/win32/
H A Dsendmail.c336 static char *find_address(char *list, char **state) in find_address()
/php-src/ext/mbstring/
H A Dmbstring.c105 const enum mbfl_no_encoding *list; member
304 const mbfl_encoding **entry, **list; in php_mb_parse_encoding_list() local
382 const mbfl_encoding **list = ecalloc(size, sizeof(mbfl_encoding*)); in php_mb_parse_encoding_array() local
443 …g_detector(const unsigned char *arg_string, size_t arg_length, const zend_encoding **list, size_t … in php_mb_zend_encoding_detector()
701 const mbfl_encoding **list; in PHP_INI_MH() local
727 const mbfl_encoding **list; in _php_mb_ini_mbstring_http_input_set() local
1385 const mbfl_encoding **list; in PHP_FUNCTION() local
6031 static void php_mb_gpc_get_detect_order(const zend_encoding ***list, size_t *list_size) /* {{{ */ in php_mb_gpc_get_detect_order()
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h99 lxb_css_selector_list_t *list; member
/php-src/main/streams/
H A Dstreams.c236 zend_llist *list = (zend_llist*)Z_PTR_P(item); in wrapper_list_dtor() local
254 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
/php-src/ext/intl/locale/
H A Dlocale_methods.c198 static int16_t findOffset(const char* const* list, const char* key) in findOffset()
/php-src/ext/exif/
H A Dexif.c1783 union _image_info_value *list; member
1798 image_info_data *list; member
1919 file_section *list; member
1938 xp_field_type *list; member
/php-src/ext/soap/
H A Dphp_encoding.c3000 smart_str list = {0}; in to_xml_list() local
3026 smart_str list = {0}; in to_xml_list() local

Completed in 222 milliseconds

123