labels            228 Zend/zend_compile.c 	CG(context).labels = NULL;
labels            234 Zend/zend_compile.c 	if (CG(context).labels) {
labels            235 Zend/zend_compile.c 		zend_hash_destroy(CG(context).labels);
labels            236 Zend/zend_compile.c 		FREE_HASHTABLE(CG(context).labels);
labels            237 Zend/zend_compile.c 		CG(context).labels = NULL;
labels           3694 Zend/zend_compile.c 	if (CG(context).labels == NULL ||
labels           3695 Zend/zend_compile.c 	    (dest = zend_hash_find_ptr(CG(context).labels, Z_STR_P(label))) == NULL
labels           3769 Zend/zend_compile.c 	if (!CG(context).labels) {
labels           3770 Zend/zend_compile.c 		ALLOC_HASHTABLE(CG(context).labels);
labels           3771 Zend/zend_compile.c 		zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0);
labels           3777 Zend/zend_compile.c 	if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) {
labels           4110 Zend/zend_compile.c 	if (CG(context).labels) {
labels           4112 Zend/zend_compile.c 		ZEND_HASH_REVERSE_FOREACH_PTR(CG(context).labels, label) {
labels            123 Zend/zend_compile.h 	HashTable *labels;
labels           45512 Zend/zend_vm_execute.h   static const void *labels[] = {
labels           49840 Zend/zend_vm_execute.h   zend_opcode_handlers = labels;
labels            597 ext/pcre/pcrelib/sljit/sljitLir.c 		compiler->labels = label;
labels            303 ext/pcre/pcrelib/sljit/sljitLir.h 	struct sljit_label *labels;
labels            606 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	label = compiler->labels;
labels            231 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	label = compiler->labels;
labels            365 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	label = compiler->labels;
labels            383 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	label = compiler->labels;
labels            348 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	label = compiler->labels;
labels            295 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	label = compiler->labels;
labels           1020 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	label = compiler->labels;
labels            471 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	label = compiler->labels;