Home
last modified time | relevance | path

Searched defs:label (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/
H A Dext_skel.php120 function task($label, $callback) {
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitSerialize.c120 struct sljit_label *label; in sljit_serialize_compiler() local
302 struct sljit_label *label; in sljit_deserialize_compiler() local
H A DsljitLir.h445 struct sljit_label *label; member
2196 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->u.addr… in sljit_get_label_addr()
2282 static SLJIT_INLINE struct sljit_label *sljit_get_next_label(struct sljit_label *label) { return la… in sljit_get_next_label()
2291 static SLJIT_INLINE sljit_uw sljit_get_label_index(struct sljit_label *label) { return label->u.ind… in sljit_get_label_index()
H A DsljitNativeRISCV_common.c403 struct sljit_label *label; in reduce_code_size() local
511 struct sljit_label *label; in sljit_generate_code() local
2543 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeMIPS_common.c708 struct sljit_label *label; in sljit_generate_code() local
3232 struct sljit_label *label; in sljit_emit_label() local
3748 struct sljit_label *label; in sljit_emit_select() local
3830 struct sljit_label *label; in sljit_emit_fselect() local
H A DsljitNativePPC_common.c497 struct sljit_label *label; in reduce_code_size() local
598 struct sljit_label *label; in sljit_generate_code() local
2402 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeARM_64.c376 struct sljit_label *label; in reduce_code_size() local
475 struct sljit_label *label; in sljit_generate_code() local
2328 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeARM_T2_32.c477 struct sljit_label *label; in reduce_code_size() local
571 struct sljit_label *label; in sljit_generate_code() local
2649 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeARM_32.c744 struct sljit_label *label; in reduce_code_size() local
837 struct sljit_label *label; in sljit_generate_code() local
3076 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeX86_common.c759 struct sljit_label *label; in reduce_code_size() local
881 struct sljit_label *label; in sljit_generate_code() local
3382 struct sljit_label *label; local
H A DsljitNativeLOONGARCH_64.c570 struct sljit_label *label; in reduce_code_size() local
669 struct sljit_label *label; in sljit_generate_code() local
2629 struct sljit_label *label; in sljit_emit_label() local
H A DsljitNativeS390X.c1397 struct sljit_label *label; in sljit_generate_code() local
3575 struct sljit_label *label; in sljit_emit_label() local
3840 struct sljit_label *label; in sljit_emit_fselect() local
H A DsljitLir.c584 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
791 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
/php-src/ext/intl/
H A Dintl_data.h75 #define INTL_METHOD_CHECK_STATUS_OR_GOTO(obj, msg, label) \ argument
/php-src/Zend/
H A Dzend_language_scanner.h65 char *label; member
H A Dzend_compile.c5846 zval *label; in zend_resolve_goto_label() local
5922 zend_string *label = zend_ast_get_str(ast->child[0]); in zend_compile_label() local
6624 zend_label *label; in zend_compile_try() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c653 #define JUMPTO(type, label) \ argument
657 #define SET_LABEL(jump, label) \ argument
661 #define CMPTO(type, src1, src1w, src2, src2w, label) \ argument
4437 struct sljit_label *label; in move_back() local
7305 struct sljit_label *label; in do_casefulcmp() local
7385 struct sljit_label *label; in do_caselesscmp() local
9634 struct sljit_label *label; in compile_ref_iterator_matchingpath() local
10038 struct sljit_label *label; in compile_reverse_matchingpath() local
11838 struct sljit_label *label; in compile_iterator_matchingpath() local
12813 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath() local
[all …]
/php-src/main/streams/
H A Dphp_stream_filter_api.h93 const char *label; member
/php-src/ext/gd/libgd/
H A Dgd_gif_in.c304 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension()
/php-src/main/
H A Dphp_streams.h122 const char *label; /* label for this ops structure */ member
145 const char *label; member
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c410 int label = ctx->cfg_blocks_count - ref; in ir_const_label() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4035 static ir_ref zend_jit_continue_entry(zend_jit_ctx *jit, ir_ref src, unsigned int label) in zend_jit_continue_entry()
7147 uint32_t label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_cmp() local
7265 uint32_t label; in zend_jit_identical() local
7296 uint32_t label; in zend_jit_identical() local
/php-src/build/
H A Dgen_stub.php3957 …Synopsis(DOMDocument $doc, DOMElement $classSynopsis, array $parents, string $label, string $inher…

Completed in 304 milliseconds