Home
last modified time | relevance | path

Searched refs:memcmp (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.4/Zend/
H A Dzend_object_handlers.c1169 …if (!memcmp(lc_class_name, lc_function_name, function_name_strlen) && memcmp(ce->constructor->comm… in zend_std_get_static_method()
H A Dzend_builtin_functions.c1031 int ret = memcmp(lcname, key, name_len) == 0; in same_name()
1151 && memcmp(lcname, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0) ? 1 : 0); in ZEND_FUNCTION()
H A Dzend_operators.h268 if (!memcmp(needle, p, needle_len-1)) { in zend_memnstr()
H A Dzend_alloc.c607 memcmp(ZEND_MM_END_MAGIC_PTR(block), &_mem_block_end_magic, END_MAGIC_SIZE) != 0) { \
1515 if (memcmp(end_magic, &_mem_block_end_magic, END_MAGIC_SIZE)==0) { in zend_mm_check_ptr()
H A Dzend_language_parser.y1196 memcmp(yystr, "\"end of file\"", sizeof("\"end of file\"") - 1) == 0) {
H A Dzend_ini_scanner.c330 if (memcmp(YYCURSOR, "\xef\xbb\xbf", 3) == 0) { in ini_lex()
/PHP-5.4/ext/phar/
H A Dzip.c202 if (!memcmp(p + 1, "K\5\6", 3)) { in phar_parse_zipfile()
360 if (memcmp("PK\1\2", zipentry.signature, 4)) { in phar_parse_zipfile()
H A Dfunc_interceptors.c633 …if (PHAR_G(last_phar) && fname_len - 7 >= PHAR_G(last_phar_name_len) && !memcmp(fname + 7, PHAR_G(… in phar_file_stat()
/PHP-5.4/ext/soap/
H A Dphp_sdl.c128 memcmp(ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || in get_encoder()
130 memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in get_encoder()
279 if (l1 != l2 || memcmp(ctx->sdl->source, uri, l1) != 0) { in sdl_set_uri_credentials()
1425 memcmp(enc->details.ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || in sdl_deserialize_encoder()
1427 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c120 if (memcmp(filename, ":memory:", sizeof(":memory:")) != 0) {
1993 if (memcmp(arg3, ":memory:", sizeof(":memory:")) && *arg3) {
/PHP-5.4/main/
H A Drfc1867.c595 if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { in php_ap_memstr()
/PHP-5.4/ext/session/
H A Dsession.c2508 if (name_len == progress->sname_len && memcmp(data->name, PS(session_name), name_len) == 0) {
2512 …} else if (name_len == PS(rfc1867_name).len && memcmp(data->name, PS(rfc1867_name).c, name_len) ==…
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c428 if (len == ext_len && memcmp(pair->ext, ext, len) == 0) { in get_mime_type()
2030 …if (client->request.ext_len != 3 || memcmp(client->request.ext, "php", 3) || !client->request.path… in php_cli_server_dispatch()
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c498 if ( memcmp( *pBegin, "\0\0\0\0", 4 ) != 0 ) in parseEnv()
885 if ( memcmp( achMD5, pAuth + 16, 16 ) == 0 ) in lsapi_suexec_auth()
/PHP-5.4/ext/openssl/
H A Dopenssl.c1261 if (Z_STRLEN_PP(val) > 7 && memcmp(Z_STRVAL_PP(val), "file://", sizeof("file://") - 1) == 0) { in php_openssl_x509_from_zval()
2368 if (Z_STRLEN_PP(val) > 7 && memcmp(Z_STRVAL_PP(val), "file://", sizeof("file://") - 1) == 0) { in php_openssl_csr_from_zval()
2859 if (Z_STRLEN_PP(val) > 7 && memcmp(Z_STRVAL_PP(val), "file://", sizeof("file://") - 1) == 0) { in php_openssl_evp_from_zval()
/PHP-5.4/ext/oci8/
H A Doci8.c1969memcmp(tmp->hash_key, hashed_details.c, hashed_details.len) == 0 && zend_list_addref(connection->r… in php_oci_do_connect_ex()
2891memcmp(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashe… in php_oci_get_spool()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h375 #define memcmp(s,c,n) _memcmp(s,c,n) macro
H A Dpcre_jit_compile.c948 if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0) in detect_repeat()
967 …if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(l… in detect_repeat()
976 if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0) in detect_repeat()
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c42885 || memcmp(aMagic, aJournalMagic, 8)
50890 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){
55657 if( memcmp(page1, zMagicHeader, 16)!=0 ){
68497 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
68518 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
78718 res = memcmp(v1, v2, MIN(n1, n2));
128804 rc = memcmp(pKey1, pKey2, n);
140849 return memcmp(pKey1,pKey2,n1);
144597 int c = memcmp(z1, z2, n);
144793 res = memcmp(pSeg->zTerm, zTerm, nTerm);
[all …]
/PHP-5.4/main/streams/
H A Dstreams.c1781 if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) {
/PHP-5.4/ext/iconv/
H A Diconv.c63 …== sizeof(unsigned int) ? *((unsigned int *)(a)) == *((unsigned int *)(b)) : memcmp(a, b, c) == 0))
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c984 memcmp(bang[i].name, line + 2, in load_1()
/PHP-5.4/ext/snmp/
H A Dsnmp.c821 …(vars->name_length < rootlen || memcmp(root, vars->name, rootlen * sizeof(oid)))) { /* not part of… in php_snmp_internal()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c4539 …if (illegalchars == 0 && string.len == result.len && memcmp(string.val, result.val, string.len) ==… in PHP_FUNCTION()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c3914 !memcmp(addr, "255.255.255.255", sizeof("255.255.255.255") - 1) in PHP_FUNCTION()

Completed in 508 milliseconds

1234