label 2378 Zend/zend_compile.c void zend_do_label(znode *label TSRMLS_DC) /* {{{ */ label 2390 Zend/zend_compile.c if (zend_hash_add(CG(context).labels, Z_STRVAL(label->u.constant), Z_STRLEN(label->u.constant) + 1, (void**)&dest, sizeof(zend_label), NULL) == FAILURE) { label 2391 Zend/zend_compile.c zend_error_noreturn(E_COMPILE_ERROR, "Label '%s' already defined", Z_STRVAL(label->u.constant)); label 2395 Zend/zend_compile.c zval_dtor(&label->u.constant); label 2403 Zend/zend_compile.c zval *label; label 2406 Zend/zend_compile.c label = opline->op2.zv; label 2408 Zend/zend_compile.c label = &CONSTANT_EX(op_array, opline->op2.constant); label 2411 Zend/zend_compile.c zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_P(label)+1, (void**)&dest) == FAILURE) { label 2417 Zend/zend_compile.c zend_error_noreturn(E_COMPILE_ERROR, "'goto' to undefined label '%s'", Z_STRVAL_P(label)); label 2426 Zend/zend_compile.c zval_dtor(label); label 2427 Zend/zend_compile.c Z_TYPE_P(label) = IS_NULL; label 2450 Zend/zend_compile.c ZVAL_LONG(label, distance); label 2459 Zend/zend_compile.c void zend_do_goto(const znode *label TSRMLS_DC) /* {{{ */ label 2466 Zend/zend_compile.c SET_NODE(opline->op2, label); label 663 Zend/zend_compile.h void zend_do_label(znode *label TSRMLS_DC); label 664 Zend/zend_compile.h void zend_do_goto(const znode *label TSRMLS_DC); label 190 Zend/zend_language_scanner.c efree(heredoc_label->label); label 2052 Zend/zend_language_scanner.c if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->length)) { label 3898 Zend/zend_language_scanner.c heredoc_label->label = estrndup(s, heredoc_label->length); label 7510 Zend/zend_language_scanner.c if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->length)) { label 55 Zend/zend_language_scanner.h char *label; label 94 ext/gd/libgd/gd_gif_in.c static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP); label 300 ext/gd/libgd/gd_gif_in.c DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) label 304 ext/gd/libgd/gd_gif_in.c switch (label) { label 2940 ext/iconv/iconv.c php_iconv_stream_filter_ops.label, label 2952 ext/iconv/iconv.c php_iconv_stream_filter_ops.label TSRMLS_CC)) { label 11 ext/opcache/Optimizer/pass3.c #define CHECK_JMP(target, label) \ label 14 ext/opcache/Optimizer/pass3.c goto label; \ label 19 ext/opcache/Optimizer/pass3.c #define CHECK_JMP2(target, label) \ label 22 ext/opcache/Optimizer/pass3.c goto label; \ label 127 ext/openssl/xp_ssl.c if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) { label 202 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 527 ext/pcre/pcrelib/pcre_jit_compile.c #define JUMPTO(type, label) \ label 528 ext/pcre/pcrelib/pcre_jit_compile.c sljit_set_label(sljit_emit_jump(compiler, (type)), (label)) label 531 ext/pcre/pcrelib/pcre_jit_compile.c #define SET_LABEL(jump, label) \ label 532 ext/pcre/pcrelib/pcre_jit_compile.c sljit_set_label((jump), (label)) label 535 ext/pcre/pcrelib/pcre_jit_compile.c #define CMPTO(type, src1, src1w, src2, src2w, label) \ label 536 ext/pcre/pcrelib/pcre_jit_compile.c sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label)) label 2038 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) label 2044 ext/pcre/pcrelib/pcre_jit_compile.c SET_LABEL(list->jump, label); label 2097 ext/pcre/pcrelib/pcre_jit_compile.c label_addr->label = LABEL(); label 2868 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 2872 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 2876 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0x80, label); label 4500 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 4509 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 4514 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 4529 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 4541 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 4558 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 5294 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 5476 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 5489 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 5839 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 5843 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 6090 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 6186 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 6197 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); label 6203 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 6213 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 7913 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label; label 7987 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 7994 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); label 8003 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 8018 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8022 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 8026 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 8033 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, max + 1, label); label 8076 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8079 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 8090 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8094 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 8098 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 8115 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8118 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 8126 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8130 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_JUMP, label); label 8134 ext/pcre/pcrelib/pcre_jit_compile.c JUMPTO(SLJIT_NOT_ZERO, label); label 8605 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label = NULL; label 8675 ext/pcre/pcrelib/pcre_jit_compile.c label = LABEL(); label 8676 ext/pcre/pcrelib/pcre_jit_compile.c set_jumps(current->topbacktracks, label); label 8687 ext/pcre/pcrelib/pcre_jit_compile.c CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min + 1, label); label 10347 ext/pcre/pcrelib/pcre_jit_compile.c *label_addr->update_addr = sljit_get_label_addr(label_addr->label); label 464 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) label 466 ext/pcre/pcrelib/sljit/sljitLir.c if (SLJIT_LIKELY(!!jump) && SLJIT_LIKELY(!!label)) { label 469 ext/pcre/pcrelib/sljit/sljitLir.c jump->u.label = label; label 590 ext/pcre/pcrelib/sljit/sljitLir.c static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) label 592 ext/pcre/pcrelib/sljit/sljitLir.c label->next = NULL; label 593 ext/pcre/pcrelib/sljit/sljitLir.c label->size = compiler->size; label 595 ext/pcre/pcrelib/sljit/sljitLir.c compiler->last_label->next = label; label 597 ext/pcre/pcrelib/sljit/sljitLir.c compiler->labels = label; label 598 ext/pcre/pcrelib/sljit/sljitLir.c compiler->last_label = label; label 1955 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) label 1958 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_UNUSED_ARG(label); label 290 ext/pcre/pcrelib/sljit/sljitLir.h struct sljit_label* label; label 1046 ext/pcre/pcrelib/sljit/sljitLir.h SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label); label 1089 ext/pcre/pcrelib/sljit/sljitLir.h static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } label 407 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)); label 432 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)code_ptr); label 574 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c struct sljit_label *label; label 606 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = compiler->labels; label 610 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c if (label && label->size == 0) { label 611 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->addr = (sljit_uw)code; label 612 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->size = 0; label 613 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; label 637 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c if (label && label->size == word_count) { label 639 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->addr = (sljit_uw)code_ptr; label 640 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->size = code_ptr - code; label 641 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; label 650 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c SLJIT_ASSERT(!label || label->size >= word_count); label 665 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c if (label && label->size == word_count) { label 667 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->addr = (sljit_uw)(code_ptr + 1); label 668 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label->size = (code_ptr + 1) - code; label 669 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; label 702 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c SLJIT_ASSERT(!label); label 737 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c SLJIT_ASSERT(((sljit_sw)jump->u.label->addr - (sljit_sw)(buf_ptr + 2)) <= 0x01ffffff && ((sljit_sw)jump->u.label->addr - (sljit_sw)(buf_ptr + 2)) >= -0x02000000); label 738 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c *buf_ptr |= (((sljit_sw)jump->u.label->addr - (sljit_sw)(buf_ptr + 2)) >> 2) & 0x00ffffff; label 750 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c inline_set_jump_addr((sljit_uw)code_ptr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); label 753 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c inline_set_jump_addr((sljit_uw)buf_ptr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); label 764 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c *buf_ptr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 766 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c inline_set_jump_addr((sljit_uw)buf_ptr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); label 2386 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c struct sljit_label *label; label 2394 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 2395 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c PTR_FAIL_IF(!label); label 2396 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c set_label(label, compiler); label 2397 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c return label; label 168 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c target_addr = (sljit_uw)(code + jump->u.label->size); label 217 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c struct sljit_label *label; label 231 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = compiler->labels; label 241 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c SLJIT_ASSERT(!label || label->size >= word_count); label 244 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c if (label && label->size == word_count) { label 245 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label->addr = (sljit_uw)code_ptr; label 246 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label->size = code_ptr - code; label 247 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = label->next; label 265 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c if (label && label->size == word_count) { label 266 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label->addr = (sljit_uw)code_ptr; label 267 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label->size = code_ptr - code; label 268 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = label->next; label 271 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c SLJIT_ASSERT(!label); label 279 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 1866 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c struct sljit_label *label; label 1874 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 1875 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c PTR_FAIL_IF(!label); label 1876 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c set_label(label, compiler); label 1877 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return label; label 239 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)) >> 1; label 287 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c modify_imm32_const((sljit_uh*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); label 296 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c diff = ((sljit_sw)(jump->u.label->addr) - (sljit_sw)(jump->addr + 4)) >> 1; label 351 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c struct sljit_label *label; label 365 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = compiler->labels; label 375 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c SLJIT_ASSERT(!label || label->size >= half_count); label 378 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c if (label && label->size == half_count) { label 379 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label->addr = ((sljit_uw)code_ptr) | 0x1; label 380 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label->size = code_ptr - code; label 381 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = label->next; label 399 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c if (label && label->size == half_count) { label 400 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label->addr = ((sljit_uw)code_ptr) | 0x1; label 401 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label->size = code_ptr - code; label 402 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = label->next; label 405 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c SLJIT_ASSERT(!label); label 1900 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c struct sljit_label *label; label 1908 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 1909 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c PTR_FAIL_IF(!label); label 1910 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c set_label(label, compiler); label 1911 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return label; label 240 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c target_addr = (sljit_uw)(code + jump->u.label->size); label 369 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c struct sljit_label *label; label 383 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = compiler->labels; label 391 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c SLJIT_ASSERT(!label || label->size >= word_count); label 395 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if (label && label->size == word_count) { label 397 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label->addr = (sljit_uw)code_ptr; label 398 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label->size = code_ptr - code; label 399 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = label->next; label 422 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if (label && label->size == word_count) { label 423 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label->addr = (sljit_uw)code_ptr; label 424 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label->size = code_ptr - code; label 425 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = label->next; label 428 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c SLJIT_ASSERT(!label); label 436 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 1579 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c struct sljit_label *label; label 1587 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 1588 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c PTR_FAIL_IF(!label); label 1589 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c set_label(label, compiler); label 1591 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return label; label 266 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c target_addr = (sljit_uw)(code + jump->u.label->size); label 327 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c struct sljit_label *label; label 348 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = compiler->labels; label 356 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c SLJIT_ASSERT(!label || label->size >= word_count); label 360 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c if (label && label->size == word_count) { label 362 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label->addr = (sljit_uw)code_ptr; label 363 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label->size = code_ptr - code; label 364 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = label->next; label 418 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c if (label && label->size == word_count) { label 419 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label->addr = (sljit_uw)code_ptr; label 420 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label->size = code_ptr - code; label 421 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = label->next; label 424 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c SLJIT_ASSERT(!label); label 436 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 2054 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c struct sljit_label *label; label 2062 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 2063 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c PTR_FAIL_IF(!label); label 2064 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c set_label(label, compiler); label 2065 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c return label; label 212 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c target_addr = (sljit_uw)(code + jump->u.label->size); label 281 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c struct sljit_label *label; label 295 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = compiler->labels; label 303 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c SLJIT_ASSERT(!label || label->size >= word_count); label 307 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c if (label && label->size == word_count) { label 309 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label->addr = (sljit_uw)code_ptr; label 310 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label->size = code_ptr - code; label 311 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = label->next; label 334 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c if (label && label->size == word_count) { label 335 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label->addr = (sljit_uw)code_ptr; label 336 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label->size = code_ptr - code; label 337 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = label->next; label 340 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c SLJIT_ASSERT(!label); label 348 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 1219 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c struct sljit_label *label; label 1227 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 1228 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c PTR_FAIL_IF(!label); label 1229 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c set_label(label, compiler); label 1231 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return label; label 916 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c target_addr = (sljit_uw)(code + jump->u.label->size); label 1006 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c struct sljit_label *label; label 1020 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = compiler->labels; label 1028 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_ASSERT(!label || label->size >= word_count); label 1032 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if (label && label->size == word_count) { label 1034 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label->addr = (sljit_uw) code_ptr; label 1035 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label->size = code_ptr - code; label 1036 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = label->next; label 1062 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if (label && label->size == word_count) { label 1063 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label->addr = (sljit_uw) code_ptr; label 1064 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label->size = code_ptr - code; label 1065 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = label->next; label 1068 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_ASSERT(!label); label 1076 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; label 2299 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c struct sljit_label *label; label 2309 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = (struct sljit_label *)ensure_abuf(compiler, sizeof(struct sljit_label)); label 2310 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c PTR_FAIL_IF(!label); label 2311 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c set_label(label, compiler); label 2312 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return label; label 401 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label_addr = (sljit_uw)(code + jump->u.label->size); label 457 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c struct sljit_label *label; label 471 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label = compiler->labels; label 495 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label->addr = (sljit_uw)code_ptr; label 496 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label->size = code_ptr - code; label 497 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label = label->next; label 522 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_ASSERT(!label); label 529 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_ASSERT((sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_sb))) >= -128 && (sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_sb))) <= 127); label 530 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c *(sljit_ub*)jump->addr = (sljit_ub)(jump->u.label->addr - (jump->addr + sizeof(sljit_sb))); label 534 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c *(sljit_sw*)jump->addr = (sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_sw))); label 536 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_ASSERT((sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_si))) >= HALFWORD_MIN && (sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_si))) <= HALFWORD_MAX); label 537 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c *(sljit_si*)jump->addr = (sljit_si)(jump->u.label->addr - (jump->addr + sizeof(sljit_si))); label 551 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c *(sljit_sw*)jump->addr = jump->u.label->addr; label 2528 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c struct sljit_label *label; label 2541 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); label 2542 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c PTR_FAIL_IF(!label); label 2543 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c set_label(label, compiler); label 2551 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return label; label 712 ext/posix/posix.c stream->ops->label); label 1457 ext/standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source"); label 1496 ext/standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrapper"); label 2164 ext/standard/filters.c standard_filters[i].ops->label, label 2178 ext/standard/filters.c php_stream_filter_unregister_factory(standard_filters[i].ops->label TSRMLS_CC); label 159 ext/standard/http_fopen_wrapper.c php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || label 189 ext/standard/http_fopen_wrapper.c php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && label 200 ext/standard/http_fopen_wrapper.c if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) == SUCCESS) { label 514 ext/standard/streamsfuncs.c add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label, 1); label 516 ext/standard/streamsfuncs.c add_assoc_string(return_value, "stream_type", (char *)stream->ops->label, 1); label 528 ext/standard/streamsfuncs.c add_next_index_string(newval, (char *)filter->fops->label, 1); label 123 main/php_streams.h const char *label; /* label for this ops structure */ label 146 main/php_streams.h const char *label; label 322 main/streams/cast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas]); label 97 main/streams/php_stream_filter_api.h const char *label; label 87 main/streams/streams.c fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); label 300 main/streams/streams.c fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); label 405 main/streams/streams.c stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(close_options, out)); label 456 main/streams/streams.c stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, label 530 main/streams/streams.c spprintf(&leakinfo, 0, __FILE__ "(%d) : Stream of type '%s' %p (path:%s) was not closed\n", __LINE__, stream->ops->label, stream, stream->orig_path);