mem_type         1167 Zend/zend_alloc.c 	char *mem_type = getenv("ZEND_MM_MEM_TYPE");
mem_type         1172 Zend/zend_alloc.c 	if (mem_type == NULL) {
mem_type         1176 Zend/zend_alloc.c 			if (strcmp(mem_handlers[i].name, mem_type) == 0) {
mem_type         1181 Zend/zend_alloc.c 			fprintf(stderr, "Wrong or unsupported zend_mm storage type '%s'\n", mem_type);
mem_type         2011 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA;
mem_type         2024 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		mem_type = INT_DATA | SIGNED_DATA;
mem_type         2032 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), src, srcw, dst, dstw));
mem_type         2100 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
mem_type         2104 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw);