/PHP-7.3/ext/opcache/Optimizer/ |
H A D | pass3.c | 37 #define CHECK_JMP(target, label) \ argument 45 #define CHECK_JMP2(target, label) \ argument
|
/PHP-7.3/ext/ |
H A D | ext_skel.php | 57 function task($label, $callback) {
|
/PHP-7.3/Zend/ |
H A D | zend_language_scanner.h | 60 char *label; member
|
H A D | zend_compile.c | 4600 zval *label; in zend_resolve_goto_label() local 4676 zend_string *label = zend_ast_get_str(ast->child[0]); in zend_compile_label() local 5140 zend_label *label; in zend_compile_try() local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 216 struct sljit_label *label; member 600 #define JUMPTO(type, label) \ argument 604 #define SET_LABEL(jump, label) \ argument 608 #define CMPTO(type, src1, src1w, src2, src2w, label) \ argument 3454 struct sljit_label *label; in skip_char_back() local 6054 struct sljit_label *label; in do_casefulcmp() local 6134 struct sljit_label *label; in do_caselesscmp() local 7003 struct sljit_label *label; in compile_simple_assertion_matchingpath() local 7943 struct sljit_label *label; in compile_ref_iterator_matchingpath() local 9908 struct sljit_label *label; in compile_iterator_matchingpath() local [all …]
|
/PHP-7.3/main/streams/ |
H A D | php_stream_filter_api.h | 95 const char *label; member
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 505 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() 656 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label() 1965 struct sljit_label *label; in sljit_emit_cmov_generic() local 2478 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
|
H A D | sljitNativeSPARC_common.c | 304 struct sljit_label *label; in sljit_generate_code() local 1215 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitLir.h | 354 struct sljit_label* label; member 1324 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr()
|
H A D | sljitNativeARM_64.c | 230 struct sljit_label *label; in sljit_generate_code() local 1607 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeMIPS_common.c | 390 struct sljit_label *label; in sljit_generate_code() local 1580 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativePPC_common.c | 338 struct sljit_label *label; in sljit_generate_code() local 1792 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeARM_32.c | 597 struct sljit_label *label; in sljit_generate_code() local 2090 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeARM_T2_32.c | 370 struct sljit_label *label; in sljit_generate_code() local 1787 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeX86_common.c | 497 struct sljit_label *label; in sljit_generate_code() local 2453 struct sljit_label *label; local
|
H A D | sljitNativeTILEGX_64.c | 1006 struct sljit_label *label; in sljit_generate_code() local 2298 struct sljit_label *label; in sljit_emit_label() local
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 304 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension()
|
/PHP-7.3/main/ |
H A D | php_streams.h | 123 const char *label; /* label for this ops structure */ member 146 const char *label; member
|