memcmp 2067 Zend/zend_API.c if (name_len == sizeof(ZEND_DESTRUCTOR_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_DESTRUCTOR_FUNC_NAME, sizeof(ZEND_DESTRUCTOR_FUNC_NAME) - 1) && fptr->common.num_args != 0) { memcmp 2069 Zend/zend_API.c } else if (name_len == sizeof(ZEND_CLONE_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CLONE_FUNC_NAME, sizeof(ZEND_CLONE_FUNC_NAME) - 1) && fptr->common.num_args != 0) { memcmp 2071 Zend/zend_API.c } else if (name_len == sizeof(ZEND_GET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_GET_FUNC_NAME, sizeof(ZEND_GET_FUNC_NAME) - 1)) { memcmp 2077 Zend/zend_API.c } else if (name_len == sizeof(ZEND_SET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_SET_FUNC_NAME, sizeof(ZEND_SET_FUNC_NAME) - 1)) { memcmp 2083 Zend/zend_API.c } else if (name_len == sizeof(ZEND_UNSET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_UNSET_FUNC_NAME, sizeof(ZEND_UNSET_FUNC_NAME) - 1)) { memcmp 2089 Zend/zend_API.c } else if (name_len == sizeof(ZEND_ISSET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_ISSET_FUNC_NAME, sizeof(ZEND_ISSET_FUNC_NAME) - 1)) { memcmp 2095 Zend/zend_API.c } else if (name_len == sizeof(ZEND_CALL_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME) - 1)) { memcmp 2102 Zend/zend_API.c !memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) memcmp 2110 Zend/zend_API.c !memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && fptr->common.num_args != 0 memcmp 2114 Zend/zend_API.c !memcmp(lcname, ZEND_DEBUGINFO_FUNC_NAME, sizeof(ZEND_DEBUGINFO_FUNC_NAME)-1) && fptr->common.num_args != 0) { memcmp 2270 Zend/zend_API.c if ((fname_len == class_name_len) && !ctor && !memcmp(ZSTR_VAL(lowercase_name), lc_class_name, class_name_len+1)) { memcmp 87 Zend/zend_bitset.h return memcmp(set1, set2, len * ZEND_BITSET_ELM_SIZE) == 0; memcmp 1234 Zend/zend_builtin_functions.c ret = memcmp(ZSTR_VAL(lcname), ZSTR_VAL(key), ZSTR_LEN(key)) == 0; memcmp 394 Zend/zend_compile.c memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) { memcmp 236 Zend/zend_constants.c !memcmp(name, "__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) { memcmp 334 Zend/zend_constants.c !memcmp(lcname, "self", sizeof("self")-1)) { memcmp 341 Zend/zend_constants.c !memcmp(lcname, "parent", sizeof("parent")-1)) { memcmp 352 Zend/zend_constants.c !memcmp(lcname, "static", sizeof("static")-1)) { memcmp 500 Zend/zend_constants.c && !memcmp(ZSTR_VAL(name), "__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1)) memcmp 505 Zend/zend_constants.c && memcmp(ZSTR_VAL(name), "\0__COMPILER_HALT_OFFSET__", sizeof("\0__COMPILER_HALT_OFFSET__")) == 0) { memcmp 1599 Zend/zend_execute_API.c memcmp(ZSTR_VAL(*str), ZSTR_VAL(name), ZSTR_LEN(name)) == 0) { memcmp 1640 Zend/zend_execute_API.c memcmp(ZSTR_VAL(*str), name, len) == 0) { memcmp 501 Zend/zend_hash.c EXPECTED(memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) { memcmp 524 Zend/zend_hash.c && !memcmp(ZSTR_VAL(p->key), str, len)) { memcmp 1081 Zend/zend_hash.c memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) { memcmp 1112 Zend/zend_hash.c memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) { memcmp 1160 Zend/zend_hash.c && !memcmp(ZSTR_VAL(p->key), str, len)) { memcmp 1204 Zend/zend_hash.c && !memcmp(ZSTR_VAL(p->key), str, len)) { memcmp 2361 Zend/zend_hash.c result = memcmp(ZSTR_VAL(p1->key), ZSTR_VAL(p2->key), ZSTR_LEN(p1->key)); memcmp 1074 Zend/zend_inheritance.c if (!memcmp(ZSTR_VAL(mname), ZSTR_VAL(lowercase_name), ZSTR_LEN(mname))) { memcmp 378 Zend/zend_ini_scanner.c if (memcmp(YYCURSOR, "\xef\xbb\xbf", 3) == 0) { memcmp 1301 Zend/zend_language_parser.y memcmp(yystr, "\"end of file\"", sizeof("\"end of file\"") - 1) == 0) { memcmp 358 Zend/zend_language_scanner.c if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { memcmp 361 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { memcmp 364 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_BE, sizeof(BOM_UTF16_BE)-1)) { memcmp 367 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF16_LE, sizeof(BOM_UTF16_LE)-1)) { memcmp 370 Zend/zend_language_scanner.c } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { memcmp 1851 Zend/zend_language_scanner.c if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->length)) { memcmp 3632 Zend/zend_language_scanner.c if (heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, s, heredoc_label->length)) { memcmp 7258 Zend/zend_language_scanner.c if (IS_LABEL_START(*YYCURSOR) && heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, heredoc_label->label, heredoc_label->length)) { memcmp 1190 Zend/zend_object_handlers.c if (!memcmp(lc_class_name, ZSTR_VAL(lc_function_name), ZSTR_LEN(function_name)) && memcmp(ZSTR_VAL(ce->constructor->common.function_name), "__", sizeof("__") - 1)) { memcmp 2007 Zend/zend_operators.c memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0)); memcmp 2508 Zend/zend_operators.c retval = memcmp(s1, s2, MIN(len1, len2)); memcmp 2524 Zend/zend_operators.c retval = memcmp(s1, s2, MIN(length, MIN(len1, len2))); memcmp 168 Zend/zend_operators.h if (!memcmp(needle, p, needle_len-1)) { memcmp 226 Zend/zend_operators.h if (!memcmp(needle, p, needle_len - 1)) { memcmp 691 Zend/zend_operators.h return memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0; memcmp 722 Zend/zend_operators.h return memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0; memcmp 96 Zend/zend_string.c if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) { memcmp 279 Zend/zend_string.h return s1 == s2 || (ZSTR_LEN(s1) == ZSTR_LEN(s2) && !memcmp(ZSTR_VAL(s1), ZSTR_VAL(s2), ZSTR_LEN(s1))); memcmp 289 Zend/zend_string.h (ZSTR_LEN(str) == sizeof(literal)-1 && !memcmp(ZSTR_VAL(str), literal, sizeof(literal) - 1)) memcmp 656 Zend/zend_virtual_cwd.c memcmp(path, (*bucket)->path, path_len) == 0) { memcmp 682 Zend/zend_virtual_cwd.c memcmp(path, realpath, path_len) != 0) { memcmp 741 Zend/zend_virtual_cwd.c memcmp(path, (*bucket)->path, path_len) == 0) { memcmp 389 Zend/zend_vm_def.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 457 Zend/zend_vm_def.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 4874 Zend/zend_vm_def.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 7631 Zend/zend_vm_def.h EXPECTED(memcmp(ZSTR_VAL(p->key), Z_STRVAL_P(varname), Z_STRLEN_P(varname)) == 0)))) { memcmp 7756 Zend/zend_vm_def.h EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) { memcmp 4257 Zend/zend_vm_execute.h EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) { memcmp 4660 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 4728 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 5841 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 8635 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 8703 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 9637 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 10455 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 10523 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 11411 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 12603 Zend/zend_vm_execute.h EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) { memcmp 16424 Zend/zend_vm_execute.h EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) { memcmp 29828 Zend/zend_vm_execute.h EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) { memcmp 30211 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 30279 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 32083 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 32964 Zend/zend_vm_execute.h EXPECTED(memcmp(ZSTR_VAL(p->key), Z_STRVAL_P(varname), Z_STRLEN_P(varname)) == 0)))) { memcmp 35466 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 35534 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 37167 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 38126 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 38194 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 39748 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 41155 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 41223 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 41983 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 43533 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 43601 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 44131 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 44678 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 44746 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) != 0); memcmp 45278 Zend/zend_vm_execute.h result = (memcmp(Z_STRVAL_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op1)) == 0); memcmp 57 ext/dba/libcdb/cdb.c if (memcmp(buf, key, n)) memcmp 130 ext/dba/libflatfile/flatfile.c if (size == num && !memcmp(buf, key, size)) { memcmp 179 ext/dba/libflatfile/flatfile.c if (!memcmp(buf, key, size)) { memcmp 2607 ext/exif/exif.c if (!memcmp(szValuePtr, "UNICODE\0", 8)) { memcmp 2614 ext/exif/exif.c if (!memcmp(szValuePtr, "\xFE\xFF", 2)) { memcmp 2618 ext/exif/exif.c } else if (!memcmp(szValuePtr, "\xFF\xFE", 2)) { memcmp 2639 ext/exif/exif.c } else if (!memcmp(szValuePtr, "ASCII\0\0\0", 8)) { memcmp 2643 ext/exif/exif.c } else if (!memcmp(szValuePtr, "JIS\0\0\0\0\0", 8)) { memcmp 2660 ext/exif/exif.c } else if (!memcmp(szValuePtr, "\0\0\0\0\0\0\0\0", 8)) { memcmp 3180 ext/exif/exif.c if (memcmp(CharBuf, "II", 2) == 0) { memcmp 3182 ext/exif/exif.c } else if (memcmp(CharBuf, "MM", 2) == 0) { memcmp 3224 ext/exif/exif.c if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { memcmp 3435 ext/exif/exif.c if (memcmp(data, "\xFF\xD8\xFF", 3)) { memcmp 3764 ext/exif/exif.c if (!memcmp(file_header, "II\x2A\x00", 4)) { memcmp 3778 ext/exif/exif.c } else if (!memcmp(file_header, "MM\x00\x2a", 4)) { memcmp 1063 ext/fileinfo/libmagic/apprentice.c memcmp(bang[i].name, line + 2, memcmp 128 ext/fileinfo/libmagic/compress.c if (memcmp(buf, compr[i].magic, compr[i].maglen) == 0 && memcmp 509 ext/fileinfo/libmagic/readcdf.c && memcmp(scn.sst_tab, HWP5_SIGNATURE, memcmp 2167 ext/gd/gd.c if (!memcmp(data, php_sig_gd2, 3)) { memcmp 2169 ext/gd/gd.c } else if (!memcmp(data, php_sig_jpg, 3)) { memcmp 2171 ext/gd/gd.c } else if (!memcmp(data, php_sig_png, 3)) { memcmp 2172 ext/gd/gd.c if (!memcmp(data, php_sig_png, 8)) { memcmp 2175 ext/gd/gd.c } else if (!memcmp(data, php_sig_gif, 3)) { memcmp 158 ext/gd/libgd/gd_gif_in.c if (memcmp((char *)buf+3, "87a", 3) == 0) { memcmp 160 ext/gd/libgd/gd_gif_in.c } else if (memcmp((char *)buf+3, "89a", 3) == 0) { memcmp 63 ext/iconv/iconv.c ((c) == sizeof(zend_ulong) ? *((zend_ulong *)(a)) == *((zend_ulong *)(b)) : ((c) == sizeof(unsigned int) ? *((unsigned int *)(a)) == *((unsigned int *)(b)) : memcmp(a, b, c) == 0)) memcmp 367 ext/intl/grapheme/grapheme_util.c if (memcmp(e, needle, needle_len) == 0) { memcmp 4697 ext/mbstring/mbstring.c if (illegalchars == 0 && string.len == result.len && memcmp(string.val, result.val, string.len) == 0) { memcmp 244 ext/mbstring/ucgendat/ucgendat.c if (props[i].len == len && memcmp(props[i].name, name, len) == 0) memcmp 335 ext/mbstring/ucgendat/ucgendat.c if ((len == 2 && memcmp(name, "BN", 2) == 0) || memcmp 337 ext/mbstring/ucgendat/ucgendat.c (memcmp(name, "NSM", 3) == 0 || memcmp(name, "PDF", 3) == 0 || memcmp 338 ext/mbstring/ucgendat/ucgendat.c memcmp(name, "LRE", 3) == 0 || memcmp(name, "LRO", 3) == 0 || memcmp 339 ext/mbstring/ucgendat/ucgendat.c memcmp(name, "RLE", 3) == 0 || memcmp(name, "RLO", 3) == 0))) { memcmp 349 ext/mbstring/ucgendat/ucgendat.c if (props[i].len == len && memcmp(props[i].name, name, len) == 0) memcmp 283 ext/mysqlnd/mysqlnd_net.c if (!memcmp(scheme, "tcp://", sizeof("tcp://") - 1)) { memcmp 303 ext/mysqlnd/mysqlnd_net.c if (scheme_len > (sizeof("pipe://") - 1) && !memcmp(scheme, "pipe://", sizeof("pipe://") - 1)) { memcmp 305 ext/mysqlnd/mysqlnd_net.c } else if ((scheme_len > (sizeof("tcp://") - 1) && !memcmp(scheme, "tcp://", sizeof("tcp://") - 1)) memcmp 307 ext/mysqlnd/mysqlnd_net.c (scheme_len > (sizeof("unix://") - 1) && !memcmp(scheme, "unix://", sizeof("unix://") - 1))) memcmp 2012 ext/oci8/oci8.c (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), memcmp 3046 ext/oci8/oci8.c memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)) == 0) { memcmp 247 ext/opcache/Optimizer/pass1_5.c memcmp(Z_STRVAL(ZEND_OP2_LITERAL(opline)), "__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__") - 1) == 0) { memcmp 438 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 442 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 475 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 512 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 530 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 547 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), "strlen", sizeof("strlen") - 1) && memcmp 562 ext/opcache/Optimizer/pass1_5.c !memcmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), memcmp 660 ext/opcache/Optimizer/pass1_5.c memcmp(Z_STRVAL(ZEND_OP1_LITERAL(opline)), "this", sizeof("this") - 1) != 0)) { memcmp 67 ext/opcache/Optimizer/zend_optimizer.c memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) { memcmp 154 ext/opcache/ZendAccelerator.c return memcmp(filename, "file://", sizeof("file://") - 1) == 0 || memcmp 155 ext/opcache/ZendAccelerator.c memcmp(filename, "phar://", sizeof("phar://") - 1) == 0; memcmp 408 ext/opcache/ZendAccelerator.c if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) { memcmp 447 ext/opcache/ZendAccelerator.c if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) { memcmp 864 ext/opcache/ZendAccelerator.c memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(file_handle->opened_path), ZSTR_LEN(file_handle->opened_path)) != 0)) { memcmp 872 ext/opcache/ZendAccelerator.c memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(full_path_ptr), ZSTR_LEN(full_path_ptr)) != 0)) { memcmp 1310 ext/opcache/ZendAccelerator.c memcmp(key, "phar://", sizeof("phar://") - 1) != 0 && memcmp 1312 ext/opcache/ZendAccelerator.c memcmp(ZSTR_VAL(new_persistent_script->full_path), key, key_length) != 0)) { memcmp 96 ext/opcache/zend_accelerator_hash.c && !memcmp(entry->key, key, key_length)) { memcmp 148 ext/opcache/zend_accelerator_hash.c && !memcmp(entry->key, key, key_length)) { memcmp 233 ext/opcache/zend_accelerator_hash.c && !memcmp(entry->key, key, key_length)) { memcmp 93 ext/opcache/zend_accelerator_module.c memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) { memcmp 1245 ext/opcache/zend_file_cache.c if (memcmp(info.magic, "OPCACHE", 8) != 0) { memcmp 1253 ext/opcache/zend_file_cache.c if (memcmp(info.system_id, ZCG(system_id), 32) != 0) { memcmp 1412 ext/openssl/openssl.c if (Z_STRLEN_P(val) > 7 && memcmp(Z_STRVAL_P(val), "file://", sizeof("file://") - 1) == 0) { memcmp 2833 ext/openssl/openssl.c if (Z_STRLEN_P(val) > 7 && memcmp(Z_STRVAL_P(val), "file://", sizeof("file://") - 1) == 0) { memcmp 3325 ext/openssl/openssl.c if (Z_STRLEN_P(val) > 7 && memcmp(Z_STRVAL_P(val), "file://", sizeof("file://") - 1) == 0) { memcmp 8905 ext/pcre/pcrelib/pcre_compile.c int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length)); memcmp 3424 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; memcmp 3428 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; memcmp 3447 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; memcmp 3451 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; memcmp 3468 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; memcmp 3472 ext/pcre/pcrelib/pcre_exec.c memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; memcmp 948 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0) memcmp 967 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0) memcmp 976 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0) memcmp 298 ext/pcre/php_pcre.c !memcmp(ZSTR_VAL(pce->locale), ZSTR_VAL(BG(locale_string)), ZSTR_LEN(pce->locale))) || memcmp 739 ext/pdo_sqlite/sqlite_driver.c if (*filename && memcmp(filename, ":memory:", sizeof(":memory:"))) { memcmp 192 ext/phar/dirstream.c if ((*dir == '/' && dirlen == 1 && (manifest->nNumOfElements == 0)) || (dirlen >= sizeof(".phar")-1 && !memcmp(dir, ".phar", sizeof(".phar")-1))) { memcmp 219 ext/phar/dirstream.c if (keylen >= sizeof(".phar")-1 && !memcmp(ZSTR_VAL(str_key), ".phar", sizeof(".phar")-1)) { memcmp 241 ext/phar/dirstream.c if (0 != memcmp(ZSTR_VAL(str_key), dir, dirlen)) { memcmp 389 ext/phar/dirstream.c if (ZSTR_LEN(str_key) > (uint)i_len && 0 == memcmp(ZSTR_VAL(str_key), internal_file, i_len)) { memcmp 619 ext/phar/dirstream.c memcmp(ZSTR_VAL(str_key), resource->path+1, path_len) == 0 && memcmp 636 ext/phar/dirstream.c memcmp(ZSTR_VAL(str_key), resource->path+1, path_len) == 0 && memcmp 630 ext/phar/func_interceptors.c if (PHAR_G(last_phar) && fname_len - 7 >= PHAR_G(last_phar_name_len) && !memcmp(fname + 7, PHAR_G(last_phar_name), PHAR_G(last_phar_name_len))) { memcmp 768 ext/phar/phar.c || memcmp(sig_buf+4, "GBMB", 4)) { memcmp 1305 ext/phar/phar.c if (ext_len > 3 && (z = memchr(ext_str, 'z', ext_len)) && ((ext_str + ext_len) - z >= 2) && !memcmp(z + 1, "ip", 2)) { memcmp 1310 ext/phar/phar.c if (ext_len > 3 && (z = memchr(ext_str, 't', ext_len)) && ((ext_str + ext_len) - z >= 2) && !memcmp(z + 1, "ar", 2)) { memcmp 1553 ext/phar/phar.c if (!memcmp(c, search, search_len)) { memcmp 1602 ext/phar/phar.c if (!memcmp(pos, gz_magic, 3)) { memcmp 1662 ext/phar/phar.c } else if (!memcmp(pos, bz_magic, 3)) { memcmp 1702 ext/phar/phar.c if (!memcmp(pos, zip_magic, 4)) { memcmp 1972 ext/phar/phar.c if (!memcmp(filename, ZSTR_VAL(str_key), ZSTR_LEN(str_key)) && ((uint)filename_len == ZSTR_LEN(str_key) memcmp 1991 ext/phar/phar.c if (!memcmp(filename, ZSTR_VAL(str_key), ZSTR_LEN(str_key)) && ((uint)filename_len == ZSTR_LEN(str_key) memcmp 79 ext/phar/phar_object.c if (code > entry_len && !memcmp(path_info, entry, entry_len)) { memcmp 103 ext/phar/phar_object.c if (code > basename_len && !memcmp(path_info, basename, basename_len)) { memcmp 116 ext/phar/phar_object.c if (code > basename_len && !memcmp(path_info, basename, basename_len)) { memcmp 431 ext/phar/phar_object.c if (fname_len > 7 && !memcmp(fname, "phar://", 7) && SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { memcmp 473 ext/phar/phar_object.c if (fname_len > 7 && !memcmp(fname, "phar://", 7) && SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { memcmp 477 ext/phar/phar_object.c if (path_len > 7 && !memcmp(path, "phar://", 7)) { memcmp 1332 ext/phar/phar_object.c if (zname_len > 7 && !memcmp(zname, "phar://", 7) && SUCCESS == phar_split_fname(zname, zname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { memcmp 1333 ext/phar/phar_object.c if (arch_len == fname_len && !memcmp(arch, fname, arch_len)) { memcmp 1638 ext/phar/phar_object.c if (str_key_len >= sizeof(".phar")-1 && !memcmp(str_key, ".phar", sizeof(".phar")-1)) { memcmp 2103 ext/phar/phar_object.c if (pphar->fname_len == phar->fname_len && !memcmp(pphar->fname, phar->fname, phar->fname_len)) { memcmp 2690 ext/phar/phar_object.c if (alias_len == phar_obj->archive->alias_len && memcmp(phar_obj->archive->alias, alias, alias_len) == 0) { memcmp 3413 ext/phar/phar_object.c if (oldfile_len >= sizeof(".phar")-1 && !memcmp(oldfile, ".phar", sizeof(".phar")-1)) { memcmp 3420 ext/phar/phar_object.c if (newfile_len >= sizeof(".phar")-1 && !memcmp(newfile, ".phar", sizeof(".phar")-1)) { memcmp 3515 ext/phar/phar_object.c if (fname_len >= sizeof(".phar")-1 && !memcmp(fname, ".phar", sizeof(".phar")-1)) { memcmp 3549 ext/phar/phar_object.c if (fname_len == sizeof(".phar/stub.php")-1 && !memcmp(fname, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { memcmp 3554 ext/phar/phar_object.c if (fname_len == sizeof(".phar/alias.txt")-1 && !memcmp(fname, ".phar/alias.txt", sizeof(".phar/alias.txt")-1)) { memcmp 3559 ext/phar/phar_object.c if (fname_len >= sizeof(".phar")-1 && !memcmp(fname, ".phar", sizeof(".phar")-1)) { memcmp 3586 ext/phar/phar_object.c if (filename_len >= sizeof(".phar")-1 && !memcmp(filename, ".phar", sizeof(".phar")-1) && (filename[5] == '/' || filename[5] == '\\' || filename[5] == '\0')) { memcmp 3693 ext/phar/phar_object.c if (fname_len == sizeof(".phar/stub.php")-1 && !memcmp(fname, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { memcmp 3698 ext/phar/phar_object.c if (fname_len == sizeof(".phar/alias.txt")-1 && !memcmp(fname, ".phar/alias.txt", sizeof(".phar/alias.txt")-1)) { memcmp 3703 ext/phar/phar_object.c if (fname_len >= sizeof(".phar")-1 && !memcmp(fname, ".phar", sizeof(".phar")-1)) { memcmp 3778 ext/phar/phar_object.c if (dirname_len >= sizeof(".phar")-1 && !memcmp(dirname, ".phar", sizeof(".phar")-1)) { memcmp 4080 ext/phar/phar_object.c if (entry->filename_len >= sizeof(".phar")-1 && !memcmp(entry->filename, ".phar", sizeof(".phar")-1)) { memcmp 4410 ext/phar/phar_object.c if (fname_len < 7 || memcmp(fname, "phar://", 7) || phar_split_fname(fname, (int)fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0) == FAILURE) { memcmp 910 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && memcmp 935 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && memcmp 953 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && memcmp 183 ext/phar/tar.c if (entry->filename_len == sizeof(".phar/.metadata.bin")-1 && !memcmp(entry->filename, ".phar/.metadata.bin", sizeof(".phar/.metadata.bin")-1)) { memcmp 234 ext/phar/tar.c old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); memcmp 509 ext/phar/tar.c if (entry.filename_len >= sizeof(".phar/.metadata")-1 && !memcmp(entry.filename, ".phar/.metadata", sizeof(".phar/.metadata")-1)) { memcmp 895 ext/phar/tar.c if (entry->filename_len >= sizeof(".phar/.metadata") && !memcmp(entry->filename, ".phar/.metadata", sizeof(".phar/.metadata")-1)) { memcmp 896 ext/phar/tar.c if (entry->filename_len == sizeof(".phar/.metadata.bin")-1 && !memcmp(entry->filename, ".phar/.metadata.bin", sizeof(".phar/.metadata.bin")-1)) { memcmp 181 ext/phar/util.c if (path_len >= sizeof(".phar")-1 && !memcmp(path, ".phar", sizeof(".phar")-1)) { memcmp 186 ext/phar/util.c is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7)); memcmp 273 ext/phar/util.c if (PHAR_G(last_phar) && !memcmp(fname, "phar://", 7) && fname_len - 7 >= PHAR_G(last_phar_name_len) && !memcmp(fname + 7, PHAR_G(last_phar_name), PHAR_G(last_phar_name_len))) { memcmp 280 ext/phar/util.c if (fname_len < 7 || memcmp(fname, "phar://", 7) || SUCCESS != phar_split_fname(fname, strlen(fname), &arch, &arch_len, &entry, &entry_len, 1, 0)) { memcmp 979 ext/phar/util.c if (PHAR_G(last_phar) && fname_len == PHAR_G(last_phar_name_len) && !memcmp(fname, PHAR_G(last_phar_name), fname_len)) { memcmp 983 ext/phar/util.c if (!PHAR_G(last_phar)->is_temporary_alias && (alias_len != PHAR_G(last_phar)->alias_len || memcmp(PHAR_G(last_phar)->alias, alias, alias_len))) { memcmp 1003 ext/phar/util.c if (alias && alias_len && PHAR_G(last_phar) && alias_len == PHAR_G(last_alias_len) && !memcmp(alias, PHAR_G(last_alias), alias_len)) { memcmp 1051 ext/phar/util.c if (!fd->is_temporary_alias && (alias_len != fd->alias_len || memcmp(fd->alias, alias, alias_len))) { memcmp 1081 ext/phar/util.c if (alias_len != fd->alias_len || memcmp(fd->alias, alias, alias_len)) { memcmp 1235 ext/phar/util.c if (security && path_len >= sizeof(".phar")-1 && !memcmp(path, ".phar", sizeof(".phar")-1)) { memcmp 1631 ext/phar/util.c if (memcmp(digest, sig, sizeof(digest))) { memcmp 1664 ext/phar/util.c if (memcmp(digest, sig, sizeof(digest))) { memcmp 1705 ext/phar/util.c if (memcmp(digest, sig, sizeof(digest))) { memcmp 1738 ext/phar/util.c if (memcmp(digest, sig, sizeof(digest))) { memcmp 2027 ext/phar/util.c if (objphar->archive->fname_len == phar->fname_len && !memcmp(objphar->archive->fname, phar->fname, phar->fname_len)) { memcmp 202 ext/phar/zip.c if ((p - buf) + sizeof(locator) <= size && !memcmp(p + 1, "K\5\6", 3)) { memcmp 348 ext/phar/zip.c if (memcmp("PK\1\2", zipentry.signature, 4)) { memcmp 587 ext/reflection/php_reflection.c && memcmp(ZSTR_VAL(mptr->common.function_name), ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 2392 ext/reflection/php_reflection.c && memcmp(lcname, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 3078 ext/reflection/php_reflection.c && memcmp(lcname, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 4051 ext/reflection/php_reflection.c && memcmp(lc_name, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0) memcmp 4081 ext/reflection/php_reflection.c && memcmp(lc_name, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 4089 ext/reflection/php_reflection.c && memcmp(lc_name, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 4116 ext/reflection/php_reflection.c && memcmp(ZSTR_VAL(mptr->common.function_name), ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0 memcmp 6500 ext/reflection/php_reflection.c && ((Z_STRLEN_P(member) == sizeof("name") - 1 && !memcmp(Z_STRVAL_P(member), "name", sizeof("name"))) memcmp 6501 ext/reflection/php_reflection.c || (Z_STRLEN_P(member) == sizeof("class") - 1 && !memcmp(Z_STRVAL_P(member), "class", sizeof("class"))))) memcmp 588 ext/session/session.c && !memcmp(ZSTR_VAL(val), ZSTR_VAL(PS(session_vars)), ZSTR_LEN(val)) memcmp 2943 ext/session/session.c if (name_len == progress->sname_len && memcmp(data->name, PS(session_name), name_len) == 0) { memcmp 2946 ext/session/session.c } else if (name_len == strlen(PS(rfc1867_name)) && memcmp(data->name, PS(rfc1867_name), name_len + 1) == 0) { memcmp 815 ext/snmp/snmp.c (vars->name_length < rootlen || memcmp(root, vars->name, rootlen * sizeof(oid)))) { /* not part of this subtree */ memcmp 129 ext/soap/php_sdl.c memcmp(ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || memcmp 131 ext/soap/php_sdl.c memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { memcmp 277 ext/soap/php_sdl.c if (l1 != l2 || memcmp(ctx->sdl->source, uri, l1) != 0) { memcmp 1419 ext/soap/php_sdl.c memcmp(enc->details.ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || memcmp 1421 ext/soap/php_sdl.c memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { memcmp 26364 ext/sqlite3/libsqlite/sqlite3.c && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0 memcmp 26751 ext/sqlite3/libsqlite/sqlite3.c while( pInode && memcmp(&fileId, &pInode->fileId, sizeof(fileId)) ){ memcmp 28787 ext/sqlite3/libsqlite/sqlite3.c if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){ memcmp 32213 ext/sqlite3/libsqlite/sqlite3.c if( 0!=memcmp(&tBuf[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN) ){ memcmp 32299 ext/sqlite3/libsqlite/sqlite3.c hostIdMatch = !memcmp(&readBuf[PROXY_HEADERLEN], myHostID, memcmp 42885 ext/sqlite3/libsqlite/sqlite3.c || memcmp(aMagic, aJournalMagic, 8) memcmp 43156 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(aMagic, aJournalMagic, sizeof(aMagic))!=0 ){ memcmp 45753 ext/sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && 0==memcmp(aMagic, aJournalMagic, 8) ){ memcmp 46791 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(pPager->dbFileVers, dbFileVers, sizeof(dbFileVers))!=0 ){ memcmp 49613 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(&pWal->hdr.aSalt, &aFrame[8], 8)!=0 ){ memcmp 50890 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(&h1, &h2, sizeof(h1))!=0 ){ memcmp 50901 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(&pWal->hdr, &h1, sizeof(WalIndexHdr)) ){ memcmp 51118 ext/sqlite3/libsqlite/sqlite3.c if( memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) ){ memcmp 51205 ext/sqlite3/libsqlite/sqlite3.c || memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) memcmp 51429 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr))!=0 ){ memcmp 55646 ext/sqlite3/libsqlite/sqlite3.c if( nPage==0 || memcmp(24+(u8*)pPage1->aData, 92+(u8*)pPage1->aData,4)!=0 ){ memcmp 55657 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(page1, zMagicHeader, 16)!=0 ){ memcmp 55703 ext/sqlite3/libsqlite/sqlite3.c if( memcmp(&page1[21], "\100\040\040",3)!=0 ){ memcmp 57021 ext/sqlite3/libsqlite/sqlite3.c assert( CORRUPT_DB || memcmp(&info, &pCur->info, sizeof(info))==0 ); memcmp 59438 ext/sqlite3/libsqlite/sqlite3.c assert( 0==memcmp(pCell, &aData[iOff], szCell[i+iNew]) ); memcmp 60306 ext/sqlite3/libsqlite/sqlite3.c assert( memcmp(abDone, "\01\01\01\01\01", nNew)==0 ); memcmp 65842 ext/sqlite3/libsqlite/sqlite3.c if( n==6 && memcmp(zColl,"BINARY",6)==0 ){ memcmp 67862 ext/sqlite3/libsqlite/sqlite3.c assert( sizeof(r1)==sizeof(t2) && memcmp(&r1, &t2, sizeof(r1))==0 ); memcmp 68221 ext/sqlite3/libsqlite/sqlite3.c int c = memcmp(pB1->z, pB2->z, pB1->n>pB2->n ? pB2->n : pB1->n); memcmp 68497 ext/sqlite3/libsqlite/sqlite3.c rc = memcmp(&aKey1[d1], pRhs->z, nCmp); memcmp 68518 ext/sqlite3/libsqlite/sqlite3.c rc = memcmp(&aKey1[d1], pRhs->z, nCmp); memcmp 68693 ext/sqlite3/libsqlite/sqlite3.c res = memcmp(&aKey1[szHdr], pPKey2->aMem[0].z, nCmp); memcmp 78718 ext/sqlite3/libsqlite/sqlite3.c res = memcmp(v1, v2, MIN(n1, n2)); memcmp 96636 ext/sqlite3/libsqlite/sqlite3.c while( nNeedle<=nHaystack && memcmp(zHaystack, zNeedle, nNeedle)!=0 ){ memcmp 97618 ext/sqlite3/libsqlite/sqlite3.c if( zStr[i]!=zPattern[0] || memcmp(&zStr[i], zPattern, nPattern) ){ memcmp 97710 ext/sqlite3/libsqlite/sqlite3.c if( len<=nIn && memcmp(zIn, azChar[i], len)==0 ) break; memcmp 97722 ext/sqlite3/libsqlite/sqlite3.c if( len<=nIn && memcmp(&zIn[nIn-len],azChar[i],len)==0 ) break; memcmp 128804 ext/sqlite3/libsqlite/sqlite3.c rc = memcmp(pKey1, pKey2, n); memcmp 130419 ext/sqlite3/libsqlite/sqlite3.c && nUri>=5 && memcmp(zUri, "file:", 5)==0 /* IMP: R-57884-37496 */ memcmp 130453 ext/sqlite3/libsqlite/sqlite3.c if( iIn!=7 && (iIn!=16 || memcmp("localhost", &zUri[7], 9)) ){ memcmp 130530 ext/sqlite3/libsqlite/sqlite3.c if( nOpt==3 && memcmp("vfs", zOpt, 3)==0 ){ memcmp 130541 ext/sqlite3/libsqlite/sqlite3.c if( nOpt==5 && memcmp("cache", zOpt, 5)==0 ){ memcmp 130553 ext/sqlite3/libsqlite/sqlite3.c if( nOpt==4 && memcmp("mode", zOpt, 4)==0 ){ memcmp 130574 ext/sqlite3/libsqlite/sqlite3.c if( nVal==sqlite3Strlen30(z) && 0==memcmp(zVal, z, nVal) ){ memcmp 134829 ext/sqlite3/libsqlite/sqlite3.c cmp = memcmp(zTerm, zBuffer, (nBuffer>nTerm ? nTerm : nBuffer)); memcmp 139178 ext/sqlite3/libsqlite/sqlite3.c int mc = memcmp(pCsr->zStop, pCsr->csr.zTerm, n); memcmp 139880 ext/sqlite3/libsqlite/sqlite3.c if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){ memcmp 140849 ext/sqlite3/libsqlite/sqlite3.c return memcmp(pKey1,pKey2,n1); memcmp 144597 ext/sqlite3/libsqlite/sqlite3.c int c = memcmp(z1, z2, n); memcmp 144645 ext/sqlite3/libsqlite/sqlite3.c if( nTerm==0 || (nKey>=nTerm && 0==memcmp(zKey, zTerm, nTerm)) ){ memcmp 144724 ext/sqlite3/libsqlite/sqlite3.c rc = memcmp(pLhs->zTerm, pRhs->zTerm, pLhs->nTerm); memcmp 144726 ext/sqlite3/libsqlite/sqlite3.c rc = memcmp(pLhs->zTerm, pRhs->zTerm, pRhs->nTerm); memcmp 144793 ext/sqlite3/libsqlite/sqlite3.c res = memcmp(pSeg->zTerm, zTerm, nTerm); memcmp 144795 ext/sqlite3/libsqlite/sqlite3.c res = memcmp(pSeg->zTerm, zTerm, pSeg->nTerm); memcmp 145827 ext/sqlite3/libsqlite/sqlite3.c || memcmp(pCsr->zTerm, pFilter->zTerm, pFilter->nTerm) memcmp 145837 ext/sqlite3/libsqlite/sqlite3.c && 0==memcmp(pCsr->zTerm, apSegment[nMerge]->zTerm, pCsr->nTerm) memcmp 147066 ext/sqlite3/libsqlite/sqlite3.c res = memcmp(zLhs, zRhs, nCmp); memcmp 148332 ext/sqlite3/libsqlite/sqlite3.c && (0==memcmp(zToken, pPT->z, pPT->n)) memcmp 150444 ext/sqlite3/libsqlite/sqlite3.c if( n==19 && memcmp("remove_diacritics=1", z, 19)==0 ){ memcmp 150447 ext/sqlite3/libsqlite/sqlite3.c else if( n==19 && memcmp("remove_diacritics=0", z, 19)==0 ){ memcmp 150450 ext/sqlite3/libsqlite/sqlite3.c else if( n>=11 && memcmp("tokenchars=", z, 11)==0 ){ memcmp 150453 ext/sqlite3/libsqlite/sqlite3.c else if( n>=11 && memcmp("separators=", z, 11)==0 ){ memcmp 121 ext/sqlite3/sqlite3.c memcmp(filename, ":memory:", sizeof(":memory:")-1) != 0) { memcmp 1983 ext/sqlite3/sqlite3.c if (memcmp(arg3, ":memory:", sizeof(":memory:")) && *arg3) { memcmp 3965 ext/standard/basic_functions.c !memcmp(addr, "255.255.255.255", sizeof("255.255.255.255") - 1) memcmp 862 ext/standard/crypt_blowfish.c !memcmp(p, buf.s, 7 + 22) && memcmp 863 ext/standard/crypt_blowfish.c !memcmp(p + (7 + 22), test_hash, 31 + 1 + 1 + 1)); memcmp 872 ext/standard/crypt_blowfish.c !memcmp(ae, ye, sizeof(ae)) && memcmp 873 ext/standard/crypt_blowfish.c !memcmp(ai, yi, sizeof(ai)); memcmp 708 ext/standard/crypt_sha256.c if (memcmp(tests[cnt].result, sum, 32) != 0) { memcmp 718 ext/standard/crypt_sha256.c if (memcmp(tests[cnt].result, sum, 32) != 0) { memcmp 734 ext/standard/crypt_sha256.c if (memcmp(expected, sum, 32) != 0) { memcmp 776 ext/standard/crypt_sha512.c if (memcmp (tests[cnt].result, sum, 64) != 0) { memcmp 786 ext/standard/crypt_sha512.c if (memcmp (tests[cnt].result, sum, 64) != 0) { memcmp 801 ext/standard/crypt_sha512.c if (memcmp (expected, sum, 64) != 0) { memcmp 397 ext/standard/html.c (!memcmp("pass", charset_hint, 4) || memcmp 398 ext/standard/html.c !memcmp("auto", charset_hint, 4))) { memcmp 865 ext/standard/html.c if (memcmp(start, s->entity, length) == 0) { memcmp 370 ext/standard/http_fopen_wrapper.c || (Z_STRLEN_P(tmpzval) == 3 && memcmp("GET", Z_STRVAL_P(tmpzval), 3) == 0) memcmp 371 ext/standard/http_fopen_wrapper.c || (Z_STRLEN_P(tmpzval) == 4 && memcmp("HEAD",Z_STRVAL_P(tmpzval), 4) == 0) memcmp 710 ext/standard/image.c if (!memcmp(&box_type, jp2c_box_id, 4)) memcmp 1247 ext/standard/image.c if (!memcmp(filetype, php_sig_gif, 3)) { memcmp 1249 ext/standard/image.c } else if (!memcmp(filetype, php_sig_jpg, 3)) { memcmp 1251 ext/standard/image.c } else if (!memcmp(filetype, php_sig_png, 3)) { memcmp 1256 ext/standard/image.c if (!memcmp(filetype, php_sig_png, 8)) { memcmp 1262 ext/standard/image.c } else if (!memcmp(filetype, php_sig_swf, 3)) { memcmp 1264 ext/standard/image.c } else if (!memcmp(filetype, php_sig_swc, 3)) { memcmp 1266 ext/standard/image.c } else if (!memcmp(filetype, php_sig_psd, 3)) { memcmp 1268 ext/standard/image.c } else if (!memcmp(filetype, php_sig_bmp, 2)) { memcmp 1270 ext/standard/image.c } else if (!memcmp(filetype, php_sig_jpc, 3)) { memcmp 1279 ext/standard/image.c if (!memcmp(filetype, php_sig_tif_ii, 4)) { memcmp 1281 ext/standard/image.c } else if (!memcmp(filetype, php_sig_tif_mm, 4)) { memcmp 1283 ext/standard/image.c } else if (!memcmp(filetype, php_sig_iff, 4)) { memcmp 1285 ext/standard/image.c } else if (!memcmp(filetype, php_sig_ico, 4)) { memcmp 1293 ext/standard/image.c if (twelve_bytes_read && !memcmp(filetype, php_sig_jp2, 12)) { memcmp 1622 ext/standard/string.c memcmp(cend - sufflen, suffix, sufflen) == 0) { memcmp 3262 ext/standard/string.c } else if (needle_len > ZSTR_LEN(haystack) || memcmp(ZSTR_VAL(haystack), needle, ZSTR_LEN(haystack))) { memcmp 3353 ext/standard/string.c if (memcmp(lc_haystack, ZSTR_VAL(lc_needle), ZSTR_LEN(lc_needle))) { memcmp 3428 ext/standard/string.c } else if (needle_len > length || memcmp(haystack, needle, length)) { memcmp 4554 ext/standard/string.c if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) { memcmp 4562 ext/standard/string.c } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) { memcmp 232 ext/standard/type.c && !memcmp(ZSTR_VAL(ce->name), INCOMPLETE_CLASS, sizeof(INCOMPLETE_CLASS) - 1)) { memcmp 321 ext/zip/lib/zip_dirent.c if (memcmp(_zip_buffer_get(buffer, 4), (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { memcmp 165 ext/zip/lib/zip_extra_field.c if (tt->id == from->id && tt->size == from->size && memcmp(tt->data, from->data, tt->size) == 0) { memcmp 257 ext/zip/lib/zip_extra_field.c if (glen >= 4 || garbage == NULL || memcmp(garbage, "\0\0\0", glen) != 0) { memcmp 291 ext/zip/lib/zip_open.c if (memcmp(_zip_buffer_get(buffer, 4), EOCD_MAGIC, 4) != 0) { memcmp 296 ext/zip/lib/zip_open.c if (eocd_offset >= EOCD64LOCLEN && memcmp(_zip_buffer_data(buffer) + eocd_offset - EOCD64LOCLEN, EOCD64LOC_MAGIC, 4) == 0) { memcmp 658 ext/zip/lib/zip_open.c if (memcmp(p+1, little+1, littlelen-1)==0) memcmp 769 ext/zip/lib/zip_open.c if (memcmp(_zip_buffer_get(buffer, 4), EOCD64_MAGIC, 4) != 0) { memcmp 66 ext/zip/lib/zip_string.c return (memcmp(a->raw, b->raw, a->length) == 0); memcmp 338 main/fastcgi.c memcmp(p->var, var, var_len) == 0) { memcmp 375 main/fastcgi.c memcmp((*p)->var, var, var_len) == 0) { memcmp 394 main/fastcgi.c memcmp(p->var, var, var_len) == 0) { memcmp 1324 main/fastcgi.c && !memcmp(&client_sa.sa_inet.sin_addr, &allowed_clients[i].sa_inet.sin_addr, 4)) { memcmp 1333 main/fastcgi.c && !memcmp(&client_sa.sa_inet6.sin6_addr, &allowed_clients[i].sa_inet6.sin6_addr, 12)) { memcmp 1339 main/fastcgi.c && !memcmp(((char *)&client_sa.sa_inet6.sin6_addr)+12, &allowed_clients[i].sa_inet.sin_addr, 4)) { memcmp 582 main/output.c if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len)) { memcmp 597 main/output.c if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) { memcmp 115 main/php_variables.c !memcmp(var, "GLOBALS", sizeof("GLOBALS")-1)) { memcmp 643 main/php_variables.c || memcmp(ZSTR_VAL(string_key), "GLOBALS", sizeof("GLOBALS") - 1)) { memcmp 605 main/rfc1867.c if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { memcmp 635 main/streams/memory.c if (memcmp(path, "data:", 5)) { memcmp 673 main/streams/memory.c } else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64")-1)) { /* must be error since parameters are only allowed after mediatype */ memcmp 685 main/streams/memory.c if (mlen != sizeof("base64")-1 || memcmp(path, "base64", sizeof("base64")-1)) { memcmp 700 main/streams/memory.c if (plen != sizeof("mediatype")-1 || memcmp(key, "mediatype", sizeof("mediatype")-1)) { memcmp 1770 main/streams/streams.c if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) { memcmp 1544 sapi/cgi/cgi_main.c memcmp(var, "CONTENT_TYPE", sizeof("CONTENT_TYPE")-1) == 0) { memcmp 1547 sapi/cgi/cgi_main.c memcmp(var, "CONTENT_LENGTH", sizeof("CONTENT_LENGTH")-1) == 0) { memcmp 1624 sapi/cgi/cgi_main.c memcmp(var, "CONTENT_TYPE", sizeof("CONTENT_TYPE")-1) == 0) { memcmp 1627 sapi/cgi/cgi_main.c memcmp(var, "CONTENT_LENGTH", sizeof("CONTENT_LENGTH")-1) == 0) { memcmp 2093 sapi/cli/php_cli_server.c if (client->request.ext_len != 3 || memcmp(client->request.ext, "php", 3) || !client->request.path_translated) { memcmp 498 sapi/litespeed/lsapilib.c if ( memcmp( *pBegin, "\0\0\0\0", 4 ) != 0 ) memcmp 919 sapi/litespeed/lsapilib.c if ( memcmp( achMD5, pAuth + 16, 16 ) == 0 ) memcmp 321 sapi/phpdbg/phpdbg_bp.c phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, ZSTR_VAL(cur), ZSTR_LEN(cur), filelen > ZSTR_LEN(cur) ? file[filelen - ZSTR_LEN(cur) - 1] : '?', filelen > ZSTR_LEN(cur) ? memcmp(file + filelen - ZSTR_LEN(cur), ZSTR_VAL(cur), ZSTR_LEN(cur)) : 0); memcmp 329 sapi/phpdbg/phpdbg_bp.c if (((ZSTR_LEN(cur) < filelen && (file[filelen - ZSTR_LEN(cur) - 1] == '/' || WIN32_PATH_CHECK)) || filelen == ZSTR_LEN(cur)) && !memcmp(file + filelen - ZSTR_LEN(cur), ZSTR_VAL(cur), ZSTR_LEN(cur))) { memcmp 555 sapi/phpdbg/phpdbg_bp.c if (PHPDBG_G(ops) != NULL && !memcmp(PHPDBG_G(ops)->filename, new_break->class_name, new_break->class_len)) { memcmp 568 sapi/phpdbg/phpdbg_bp.c if (op_array->function_name == NULL && op_array->scope == NULL && new_break->class_len == ZSTR_LEN(op_array->filename) && !memcmp(ZSTR_VAL(op_array->filename), new_break->class_name, new_break->class_len)) { memcmp 1002 sapi/phpdbg/phpdbg_bp.c if (len == param->len && memcmp(param->str, str, len) == SUCCESS) { memcmp 1014 sapi/phpdbg/phpdbg_bp.c return (memcmp( memcmp 1031 sapi/phpdbg/phpdbg_bp.c if (lengths[0] == lengths[1] && memcmp(param->method.class, ops->scope->name, lengths[0]) == SUCCESS) { memcmp 1035 sapi/phpdbg/phpdbg_bp.c if (lengths[0] == lengths[1] && memcmp(param->method.name, ops->function_name, lengths[0]) == SUCCESS) { memcmp 267 sapi/phpdbg/phpdbg_cmd.c (memcmp(l->str, r->str, l->len) == SUCCESS); memcmp 282 sapi/phpdbg/phpdbg_cmd.c return (memcmp( memcmp 299 sapi/phpdbg/phpdbg_cmd.c if (memcmp(l->method.class, r->method.class, lengths[0]) == SUCCESS) { memcmp 304 sapi/phpdbg/phpdbg_cmd.c return (memcmp( memcmp 39 sapi/phpdbg/phpdbg_eol.c if (0 == memcmp(name, "CRLF", 4) || 0 == memcmp(name, "crlf", 4) || 0 == memcmp(name, "DOS", 3) || 0 == memcmp(name, "dos", 3)) { memcmp 41 sapi/phpdbg/phpdbg_eol.c } else if (0 == memcmp(name, "LF", 2) || 0 == memcmp(name, "lf", 2) || 0 == memcmp(name, "UNIX", 4) || 0 == memcmp(name, "unix", 4)) { memcmp 43 sapi/phpdbg/phpdbg_eol.c } else if (0 == memcmp(name, "CR", 2) || 0 == memcmp(name, "cr", 2) || 0 == memcmp(name, "MAC", 3) || 0 == memcmp(name, "mac", 3)) { memcmp 233 sapi/phpdbg/phpdbg_prompt.c if (memcmp(cmd, "<:", sizeof("<:")-1) == SUCCESS) { memcmp 237 sapi/phpdbg/phpdbg_prompt.c if (memcmp(cmd, ":>", sizeof(":>")-1) == SUCCESS) { memcmp 411 sapi/phpdbg/phpdbg_prompt.c if ((res_len != PHPDBG_G(exec_len)) || (memcmp(res, PHPDBG_G(exec), res_len) != SUCCESS)) { memcmp 256 sapi/phpdbg/phpdbg_set.c if (param->len == sizeof("opcode") - 1 && !memcmp(param->str, "opcode", sizeof("opcode"))) { memcmp 258 sapi/phpdbg/phpdbg_set.c } else if (param->len == sizeof("line") - 1 && !memcmp(param->str, "line", sizeof("line"))) { memcmp 112 sapi/phpdbg/phpdbg_utils.c return str[0] && str[1] && memcmp(str, "0x", 2) == 0; memcmp 164 sapi/phpdbg/phpdbg_utils.c if (memcmp(file, "[no active file]", sizeof("[no active file]")) == 0) { memcmp 236 sapi/phpdbg/phpdbg_utils.c memcmp(name, color->name, name_length) == SUCCESS) { memcmp 39 sapi/phpdbg/phpdbg_wait.c if (ZSTR_LEN(auto_global->name) != sizeof("GLOBALS") - 1 || memcmp(ZSTR_VAL(auto_global->name), "GLOBALS", sizeof("GLOBALS") - 1)) { memcmp 683 sapi/phpdbg/phpdbg_watch.c if (EG(scope) && len >= 5 && !memcmp("$this", input, 5)) { memcmp 967 sapi/phpdbg/phpdbg_watch.c do_break = memcmp(oldPtr, watch->addr.zv, sizeof(zend_value) + sizeof(uint32_t) /* value + typeinfo */) != 0; memcmp 979 sapi/phpdbg/phpdbg_watch.c do_break = memcmp(oldPtr, watch->addr.ref, sizeof(uint32_t) /* no zend_refcounted metadata info */) != 0; memcmp 1002 sapi/phpdbg/phpdbg_watch.c zend_bool show_value = memcmp(oldPtr, watch->addr.zv, sizeof(zend_value) + sizeof(uint32_t) /* no metadata info */) != 0;