Searched defs:label (Results 1 – 17 of 17) sorted by relevance
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | pass3.c | 40 #define CHECK_JMP(target, label) \ argument 48 #define CHECK_JMP2(target, label) \ argument
|
/PHP-7.1/Zend/ |
H A D | zend_language_scanner.h | 62 char *label; member
|
H A D | zend_compile.c | 4306 zval *label; in zend_resolve_goto_label() local 4382 zend_string *label = zend_ast_get_str(ast->child[0]); in zend_compile_label() local 4735 zend_label *label; in zend_compile_try() local
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 202 struct sljit_label *label; member 527 #define JUMPTO(type, label) \ argument 531 #define SET_LABEL(jump, label) \ argument 535 #define CMPTO(type, src1, src1w, src2, src2w, label) \ argument 2868 struct sljit_label *label; in skip_char_back() local 4500 struct sljit_label *label; in do_casefulcmp() local 4529 struct sljit_label *label; in do_caselesscmp() local 5294 struct sljit_label *label; in compile_char1_matchingpath() local 6090 struct sljit_label *label; in compile_ref_iterator_matchingpath() local 7913 struct sljit_label *label; in compile_iterator_matchingpath() local [all …]
|
/PHP-7.1/main/streams/ |
H A D | php_stream_filter_api.h | 97 const char *label; member
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeSPARC_common.c | 281 struct sljit_label *label; in sljit_generate_code() local 1219 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitLir.c | 464 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() 590 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label() 1955 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
|
H A D | sljitLir.h | 290 struct sljit_label* label; member 1089 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 | 217 struct sljit_label *label; in sljit_generate_code() local 1866 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeMIPS_common.c | 369 struct sljit_label *label; in sljit_generate_code() local 1579 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativePPC_common.c | 327 struct sljit_label *label; in sljit_generate_code() local 2054 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeARM_T2_32.c | 351 struct sljit_label *label; in sljit_generate_code() local 1900 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeARM_32.c | 574 struct sljit_label *label; in sljit_generate_code() local 2386 struct sljit_label *label; in sljit_emit_label() local
|
H A D | sljitNativeX86_common.c | 457 struct sljit_label *label; in sljit_generate_code() local 2528 struct sljit_label *label; local
|
H A D | sljitNativeTILEGX_64.c | 1006 struct sljit_label *label; in sljit_generate_code() local 2299 struct sljit_label *label; in sljit_emit_label() local
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_gif_in.c | 303 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension()
|
/PHP-7.1/main/ |
H A D | php_streams.h | 125 const char *label; /* label for this ops structure */ member 148 const char *label; member
|
Completed in 155 milliseconds