Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c384 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_first()
405 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_end()
435 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp()
450 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nlocmp_right()
463 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nupcmp_right()
476 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_casecmp()
495 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp_end()
523 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp()
530 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp()
547 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp_ws()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local
164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local
271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local
498 PCRE2_SPTR first; in pcre2_substring_nametable_scan() local
H A Dpcre2_substitute.c689 PCRE2_SPTR first, last, entry; in pcre2_substitute() local
/php-src/Zend/Optimizer/
H A Dzend_dump.c33 bool first = 1; in zend_dump_ht() local
177 bool first = 1; in zend_dump_type_info() local
1205 bool first = 1; in zend_dump_var_set() local
1250 int first = 1; in zend_dump_phi_placement() local
/php-src/ext/bcmath/
H A Dbcmath.c188 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
237 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
286 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
335 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local
389 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local
442 bc_num first = NULL, second = NULL, quot = NULL, rem = NULL; in PHP_FUNCTION() local
575 bc_num first = NULL, bc_exponent = NULL, result; in PHP_FUNCTION() local
680 bc_num first = NULL, second = NULL; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dtext.c100 xmlChar *first; in PHP_METHOD() local
H A Dcharacterdata.c191 xmlChar *first, *second; in dom_character_data_insert_data() local
/php-src/ext/mysqli/
H A Dmysqli_warning.c64 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php74 public function first(): int {} function in IntlBreakIterator
H A Dcodepointiterator_internal.cpp147 int32_t CodePointBreakIterator::first(void) in first() function in CodePointBreakIterator
H A Dbreakiterator_methods.cpp208 U_CFUNC PHP_METHOD(IntlBreakIterator, first) in PHP_METHOD() argument
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c538 int first; in fpm_status_handle_request() local
H A Dfpm_env.c232 char *first = NULL; in fpm_env_init_main() local
/php-src/ext/opcache/jit/ir/
H A Dir_save.c94 bool first; in ir_save() local
H A Dir_gcm.c231 bool first = 1; in ir_split_partially_dead_node() local
273 bool first = 1; in ir_split_partially_dead_node() local
/php-src/ext/dom/parentnode/
H A Dtree.c36 xmlNodePtr first = nodep->children; in dom_parent_node_first_element_child_read() local
75 xmlNodePtr first = nodep->children; in dom_parent_node_child_element_count() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h105 lxb_selectors_entry_t *first; member
/php-src/ext/standard/
H A Dpack.c489 int first = 1; in PHP_FUNCTION() local
976 int first = 1; in PHP_FUNCTION() local
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c275 bool first = 1; in phpdbg_print_opcodes_ce() local
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.h115 lxb_selectors_entry_t *first; member
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c36 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SET(first, two, f_lower, s_upper) \ argument
167 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SET_SINGLE(first, two, f_lower, \ argument
1550 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030() local
2983 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030_single() local
/php-src/Zend/
H A Dzend_portability.h247 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
249 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
253 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
255 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare()
/php-src/ext/intl/collator/
H A Dcollator_sort.c194 zval *first = &f->val; in collator_compare_func() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h59 lxb_css_rule_t *first; member
94 lxb_css_rule_t *first; member

Completed in 78 milliseconds

12