Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 159) sorted by path

1234567

/PHP-5.5/
H A DEXTENSIONS388 EXTENSION: hash
H A DNEWS227 - hash:
2554 . Fixed bug #63180 (Corruption of hash tables). (Dmitry)
3381 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
3382 . Added FNV-1 hash support. (Michael Maclean)
3385 . Fixed bug #60221 (Tiger hash output byte order) (Mike)
5684 . ext/mhash (BC layer is now entirely within ext/hash)
5844 - Improved hash extension:
5847 . Added sha224 hash algorithm to the hash extension. (Scott)
6057 - Added ext/hash support to ext/session's ID generator. (Sara)
6258 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
[all …]
H A DREADME.TESTING96 For clarity and automated processing, bug numbers are prefixed by a hash
H A Dacinclude.m42832 crypt_r("passwd", "hash", &buffer);
2842 crypt_r("passwd", "hash", &buffer);
2854 crypt_r("passwd", "hash", &buffer);
/PHP-5.5/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
/PHP-5.5/Zend/
H A Dmicro_bench.php192 $hash = array('test' => 0);
194 $x = $hash['test'];
H A Dzend_compile.c295 static int lookup_cv(zend_op_array *op_array, char* name, int name_len, ulong hash TSRMLS_DC) /* {{… in lookup_cv()
298 ulong hash_value = hash ? hash : zend_inline_hash_func(name, name_len+1); in lookup_cv()
660 ulong hash = 0; in fetch_simple_variable_ex() local
665 hash = INTERNED_HASH(Z_STRVAL(varname->u.constant)); in fetch_simple_variable_ex()
667 …obal_quick(varname->u.constant.value.str.val, varname->u.constant.value.str.len, hash TSRMLS_CC) && in fetch_simple_variable_ex()
673 …e_op_array), varname->u.constant.value.str.val, varname->u.constant.value.str.len, hash TSRMLS_CC); in fetch_simple_variable_ex()
6727 ulong hash = hashval ? hashval : zend_hash_func(name, name_len+1); in zend_is_auto_global_quick() local
6729 …if (zend_hash_quick_find(CG(auto_globals), name, name_len+1, hash, (void **) &auto_global)==SUCCES… in zend_is_auto_global_quick()
H A Dzend_compile.h81 zend_ulong hash; member
H A Dzend_execute_API.c1020 ulong hash; in zend_lookup_class_ex() local
1026 hash = key->hash_value; in zend_lookup_class_ex()
1041 hash = zend_inline_hash_func(lc_name, lc_length); in zend_lookup_class_ex()
1044 if (zend_hash_quick_find(EG(class_table), lc_name, lc_length, hash, (void **) ce) == SUCCESS) { in zend_lookup_class_ex()
1074 …if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), N… in zend_lookup_class_ex()
1117 zend_hash_quick_del(EG(in_autoload), lc_name, lc_length, hash); in zend_lookup_class_ex()
1124 retval = zend_hash_quick_find(EG(class_table), lc_name, lc_length, hash, (void **) ce); in zend_lookup_class_ex()
H A Dzend_hash.h270 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
271 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
272 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
273 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
274 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
275 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
276 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
277 hash = ((hash << 5) + hash) + *arKey++; in zend_inline_hash_func()
280 case 7: hash = ((hash << 5) + hash) + *arKey++; /* fallthrough... */ in zend_inline_hash_func()
281 case 6: hash = ((hash << 5) + hash) + *arKey++; /* fallthrough... */ in zend_inline_hash_func()
[all …]
H A Dzend_ts_hash.h27 HashTable hash; member
37 #define TS_HASH(table) (&(table->hash))
/PHP-5.5/Zend/tests/
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value
/PHP-5.5/ext/curl/
H A Dinterface.c1843 static void split_certinfo(char *string, zval *hash) in split_certinfo() argument
1864 add_assoc_string(hash, key, val, 1); in split_certinfo()
1897 zval *hash; in create_certinfo() local
1899 MAKE_STD_ZVAL(hash); in create_certinfo()
1900 array_init(hash); in create_certinfo()
1902 split_certinfo(&slist->data[len+1], hash); in create_certinfo()
1903 add_assoc_zval(certhash, s, hash); in create_certinfo()
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c63 c->hash = 0; in cdb_make_start()
178 c->hash = c->split + c->numentries; in cdb_make_finish()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
208 c->hash[where] = *hp++; in cdb_make_finish()
212 uint32_pack(buf, c->hash[u].h); in cdb_make_finish()
213 uint32_pack(buf + 4, c->hash[u].p); in cdb_make_finish()
H A Dcdb_make.h49 struct cdb_hp *hash; member
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1051 cs->hash = 0;
1092 register uch h = cs->hash;
1100 if (cs2->hash == h && cs2 != cs) {
H A Dregex2.h91 uch hash; /* hash code */ member
96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7455 >0x10040 lelong 1 tea hash
7457 >0x10040 lelong 3 r5 hash
10735 >0 byte 0 hash file (?),
10736 >0 byte 1 3.0 hash file,
10737 >0 byte 2 3.1 hash file,
10738 >0 byte 3 hash file (?),
10757 >1 byte 0 hash file (?),
10758 >1 byte 1 3.0 hash file,
10759 >1 byte 2 3.1 hash file,
10760 >1 byte 3 hash file (?),
[all …]
/PHP-5.5/ext/gd/tests/
H A Dimagecolorset_basic.phpt26 // Get output and generate md5 hash
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
/PHP-5.5/ext/hash/
H A DCREDITS1 PHP hash
H A DREADME5 $digest = hash($algoname, $message);
10 $digest = hash('md5', 'The quick brown fox jumped over the lazy dog.');
18 hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which …
H A Dbench.php82 hash($algo, $data);
H A Dconfig.m42 dnl config.m4 for extension hash
7 PHP_ARG_ENABLE(hash, whether to enable hash support,
8 [ --disable-hash Disable hash support], yes)
28 EXT_HASH_SOURCES="hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c \
36 PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, $ext_shared)
38 PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS)
H A Dconfig.w324 ARG_ENABLE("hash", "enable hash support", "yes");
16 EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c "
20 PHP_INSTALL_HEADERS("ext/hash/", "php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h " +

Completed in 147 milliseconds

1234567