Searched defs:stop (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | tokenizer.c | 487 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important() 543 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important_ch() 571 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important_end() 601 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_important_tokens() 650 lxb_css_syntax_token_type_t stop, in lxb_css_syntax_tokenizer_lookup_declaration_ws_end()
|
H A D | parser.c | 225 lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_list_rules_push() 267 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_at_rule_push() 312 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_qualified_push() 353 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_declarations_push() 394 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_components_push() 553 void *ctx, lxb_css_syntax_token_type_t stop) in lxb_css_syntax_parser_pipe_push()
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 79 static inline const char *bc_skip_zero_reverse(const char *scanner, const char *stop) in bc_skip_zero_reverse()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 602 zend_jit_trace_stop stop = ZEND_JIT_TRACE_STOP_ERROR; local
|
H A D | zend_jit_trace.c | 7755 static bool zend_jit_trace_is_bad_root(const zend_op *opline, zend_jit_trace_stop stop, size_t offs… in zend_jit_trace_is_bad_root() 8095 zend_jit_trace_stop stop; in zend_jit_trace_hot_root() local 8464 zend_jit_trace_stop stop; in zend_jit_trace_hot_side() local
|
/php-src/main/ |
H A D | rfc1867.c | 452 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop) in php_ap_getword()
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 591 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */ in php_mb_rfc1867_getword()
|
Completed in 46 milliseconds