Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 403) sorted by last modified time

12345678910>>...17

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3542 ir_ref list = IR_UNUSED, idx; in zend_jit_case_start() local
3551 ir_END_list(list); in zend_jit_case_start()
3564 ir_END_list(list); in zend_jit_case_start()
3577 list = ref; in zend_jit_case_start()
3581 if (list) { in zend_jit_case_start()
3582 ir_END_list(list); in zend_jit_case_start()
3583 ir_MERGE_list(list); in zend_jit_case_start()
13821 ir_ref list = reinit_path; local
13825 ir_END_list(list);
13827 ir_END_list(list);
[all …]
/php-src/
H A DNEWS56 . Added DragonFlyBSD system to the list which set FPM_BACKLOG_DEFAULT
/php-src/main/
H A Dfastcgi.c193 fcgi_hash_bucket *list; member
255 h->list = NULL; in fcgi_hash_init()
287 h->list = NULL; in fcgi_hash_clean()
353 p->list_next = h->list; in fcgi_hash_set()
354 h->list = p; in fcgi_hash_set()
401 fcgi_hash_bucket *p = h->list; in fcgi_hash_apply()
1160 q = req->env.list; in fcgi_read_request()
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst75 .. list-table:: ``zval`` macros
103 .. list-table:: ``zend_refcounted_h`` macros
/php-src/Zend/
H A Dzend_compile.c1857 if (list) { in zend_add_to_list()
1858 while (list[n]) { in zend_add_to_list()
1863 list = erealloc(list, sizeof(void*) * (n+2)); in zend_add_to_list()
1865 list[n] = item; in zend_add_to_list()
1866 list[n+1] = NULL; in zend_add_to_list()
1868 *(void**)result = list; in zend_add_to_list()
5649 zend_ast_list *list; in zend_compile_expr_list() local
7422 if (!list->children) { in zend_compile_closure_binding()
9098 if (!list->children) { in zend_try_ct_eval_array()
10039 last = list->child[list->children-1]; in zend_compile_const()
[all …]
H A Dzend_API.c3076 zend_type_list *list = malloc(ZEND_TYPE_LIST_SIZE(num_types)); in zend_register_functions() local
3077 list->num_types = num_types; in zend_register_functions()
3078 ZEND_TYPE_SET_LIST(new_arg_info[i].type, list); in zend_register_functions()
3087 list->types[j] = (zend_type) ZEND_TYPE_INIT_CLASS(str, 0, 0); in zend_register_functions()
H A Dzend_alloc.c1742 list->ptr = ptr;
1743 list->size = size;
1768 size = list->size;
1772 prev = list;
1773 list = list->next;
1786 list = list->next;
1811 list = list->next;
2166 while (list) {
2184 heap->huge_list = list = list->next;
2307 while (list) {
[all …]
/php-src/ext/odbc/
H A Dphp_odbc_includes.h260 int odbc_add_result(HashTable *list, odbc_result *result);
261 odbc_result *odbc_get_result(HashTable *list, int count);
262 void odbc_del_result(HashTable *list, int count);
263 int odbc_add_conn(HashTable *list, HDBC conn);
264 odbc_connection *odbc_get_conn(HashTable *list, int count);
265 void odbc_del_conn(HashTable *list, int ind);
/php-src/ext/openssl/
H A Dconfig0.m47 [whether to use system default cipher list instead of hardcoded value],
9 [OPENSSL: Use system default cipher list instead of hardcoded value])],
33 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc10245 …uint32_t *list = ctx->cfg_schedule = ir_mem_malloc(sizeof(uint32_t) * (ctx->cfg_blocks_count + 2));
10247 list[b] = b;
10249 list[ctx->cfg_blocks_count + 1] = 0;
H A Dir_cfg.c1659 uint32_t *list, *schedule_end; in ir_schedule_blocks_top_down() local
1664 list = ir_mem_malloc(sizeof(uint32_t) * (ctx->cfg_blocks_count + 2)); in ir_schedule_blocks_top_down()
1665 list[ctx->cfg_blocks_count + 1] = 0; in ir_schedule_blocks_top_down()
1666 schedule_end = list + ctx->cfg_blocks_count; in ir_schedule_blocks_top_down()
1682 list[count] = predecessor; in ir_schedule_blocks_top_down()
1690 list[count] = b; in ir_schedule_blocks_top_down()
1772 IR_ASSERT(list + count == schedule_end); in ir_schedule_blocks_top_down()
1773 ctx->cfg_schedule = list; in ir_schedule_blocks_top_down()
H A Dir_aarch64.dasc5875 …uint32_t *list = ctx->cfg_schedule = ir_mem_malloc(sizeof(uint32_t) * (ctx->cfg_blocks_count + 2));
5877 list[b] = b;
5879 list[ctx->cfg_blocks_count + 1] = 0;
H A Dir.c2160 IR_ASSERT(!list || ctx->ir_base[list].op == IR_END);
2172 IR_ASSERT(!list || ctx->ir_base[list].op == IR_END);
2181 ir_ref ref = list;
2183 if (list != IR_UNUSED) {
2202 _ir_BEGIN(ctx, list);
2205 ref = list;
2224 if (list == IR_UNUSED) {
2227 end = &ctx->ir_base[list];
2231 _ir_BEGIN(ctx, list);
2233 _ir_MERGE_LIST(ctx, list);
[all …]
H A Dir_ra.c468 ir_list_init(list, 16); in ir_add_osr_entry_loads()
470 ir_list_push(list, b); in ir_add_osr_entry_loads()
471 ir_list_push(list, 0); in ir_add_osr_entry_loads()
473 ir_list_push(list, ref); in ir_add_osr_entry_loads()
1124 ir_list_init(list, 16); in ir_add_osr_entry_loads()
1126 ir_list_push(list, b); in ir_add_osr_entry_loads()
1127 ir_list_push(list, 0); in ir_add_osr_entry_loads()
1129 ir_list_push(list, ref); in ir_add_osr_entry_loads()
1864 ir_coalesce_block *list; in ir_coalesce() local
1907 b = list[count].b; in ir_coalesce()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c316 entry = list; in php_mb_parse_encoding_list()
365 *return_list = list; in php_mb_parse_encoding_list()
390 efree(ZEND_VOIDP(list)); in php_mb_parse_encoding_array()
414 efree(ZEND_VOIDP(list)); in php_mb_parse_encoding_array()
420 *return_list = list; in php_mb_parse_encoding_array()
445 if (!list) { 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
731 *list = &mbfl_encoding_pass; in _php_mb_ini_mbstring_http_input_set()
1385 const mbfl_encoding **list; in PHP_FUNCTION() local
[all …]
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h183 const lxb_css_selector_list_t *list,
214 const lxb_css_selector_list_t *list,
223 lxb_css_selector_list_t *list,
257 return selectors->current->entry->selector->list; in lxb_selectors_selector()
H A Dselectors.c14 const lxb_css_selector_list_t *list);
18 const lxb_css_selector_list_t *list);
260 const lxb_css_selector_list_t *list, in lxb_selectors_find() argument
272 entry->selector = list->last; in lxb_selectors_find()
304 entry->selector = list->last; in lxb_selectors_match_node()
323 lxb_css_selector_list_t *list, in lxb_selectors_find_reverse() argument
542 if (selector->list->next == NULL) { in lxb_selectors_state_find_check()
567 next->selector = selector->list->next->last; in lxb_selectors_state_find_check()
673 const lxb_css_selector_list_t *list; in lxb_selectors_state_pseudo_class_function() local
703 current->entry->selector = list->last; in lxb_selectors_state_pseudo_class_function()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dactive_formatting.c29 void **list = tree->active_formatting->list; in lxb_html_tree_active_formatting_up_to_last_marker() local
47 void **list = tree->active_formatting->list; in lxb_html_tree_active_formatting_remove_by_node() local
56 memmove(list + idx, list + idx + 1, sizeof(void *) * delta); in lxb_html_tree_active_formatting_remove_by_node()
70 void **list = tree->active_formatting->list; in lxb_html_tree_active_formatting_find_by_node() local
94 void **list = tree->active_formatting->list; in lxb_html_tree_active_formatting_find_by_node_reverse() local
125 void **list = af->list; in lxb_html_tree_active_formatting_reconstruct_elements() local
164 node = list[af_idx]; in lxb_html_tree_active_formatting_reconstruct_elements()
189 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->active_formatting->list; in lxb_html_tree_active_formatting_between_last_marker() local
199 if (list[idx]->local_name == tag_idx && list[idx]->ns == LXB_NS_HTML) { in lxb_html_tree_active_formatting_between_last_marker()
215 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->active_formatting->list; in lxb_html_tree_active_formatting_push_with_check_dupl() local
[all …]
H A Dactive_formatting.h62 return (lxb_dom_node_t *) tree->active_formatting->list in lxb_html_tree_active_formatting_current_node()
H A Dopen_elements.c16 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_remove_by_node() local
25 memmove(list + len, list + len + 1, sizeof(void *) * delta); in lxb_html_tree_open_elements_remove_by_node()
40 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_pop_until_tag_id() local
61 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_pop_until_h123456() local
91 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_pop_until_td_th() local
119 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_pop_until_node() local
150 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_find_by_node() local
174 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_find_by_node_reverse() local
201 void **list = tree->open_elements->list; in lxb_html_tree_open_elements_find() local
205 node = list[i]; in lxb_html_tree_open_elements_find()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c30 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->open_elements->list; in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed() local
34 if (idx > 0 && list[idx]->local_name != token->tag_id) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
40 if (list[idx]->local_name == token->tag_id) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
41 lxb_html_tree_open_elements_pop_until_node(tree, list[idx], true); in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
48 if (list[idx]->ns == LXB_NS_HTML) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
H A Din_body.c495 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_li() local
503 node = list[idx]; in lxb_html_tree_insertion_mode_in_body_li()
559 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
567 node = list[idx]; in lxb_html_tree_insertion_mode_in_body_dd_dt()
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
1657 if (lxb_html_tree_node_is(list[len], token->tag_id)) { in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1661 if (list[len] != lxb_html_tree_current_node(tree)) { in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1666 lxb_html_tree_open_elements_pop_until_node(tree, list[len], true); in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1671 is = lxb_html_tag_is_category(list[len]->local_name, list[len]->ns, in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1013 void **list = tree->open_elements->list; in lxb_html_tree_reset_insertion_mode_appropriately() local
1020 node = list[idx]; in lxb_html_tree_reset_insertion_mode_appropriately()
1165 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope() local
1169 node = list[idx]; in lxb_html_tree_element_in_scope()
1191 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_by_node() local
1195 node = list[idx]; in lxb_html_tree_element_in_scope_by_node()
1215 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_h123456() local
1219 node = list[idx]; in lxb_html_tree_element_in_scope_h123456()
1254 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local
1258 node = list[idx]; in lxb_html_tree_element_in_scope_tbody_thead_tfoot()
[all …]
H A Dtree.h294 tree->open_elements->list[ (tree->open_elements->length - 1) ]; in lxb_html_tree_current_node()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.h25 lxb_css_rule_declaration_list_t *list; member
85 lxb_css_rule_declaration_list_t *list,
109 lxb_css_rule_declaration_list_t *list);

Completed in 277 milliseconds

12345678910>>...17