Home
last modified time | relevance | path

Searched defs:hash_value (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.c76 zend_ulong hash_value; in zend_accel_hash_update() local
145 zend_ulong hash_value; in zend_accel_hash_find() local
173 zend_ulong hash_value; in zend_accel_hash_find_entry() local
198 zend_ulong hash_value; in zend_accel_hash_unlink() local
H A Dzend_accelerator_hash.h48 zend_ulong hash_value; member
H A DZendAccelerator.h185 ulong hash_value; member
/PHP-5.5/TSRM/
H A DTSRM.c311 int hash_value; in ts_resource_ex() local
447 int hash_value; in ts_free_thread() local
489 int hash_value; in ts_free_worker_threads() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c155 unsigned int hash_value; member
258 static char* fcgi_hash_set(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_set()
295 static void fcgi_hash_del(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len) in fcgi_hash_del()
314 static char *fcgi_hash_get(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_get()
1477 char* fcgi_quick_getenv(fcgi_request *req, const char* var, int var_len, unsigned int hash_value)
1495 char* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* v…
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c36 ulong hash_value = zend_inline_hash_func(name, name_len+1); in zend_optimizer_lookup_cv() local
/PHP-5.5/Zend/
H A Dzend_object_handlers.c1013 ulong hash_value; in zend_std_get_method() local
1157 ulong hash_value; in zend_std_get_static_method() local
1245 ulong hash_value; in zend_std_get_static_property() local
H A Dzend_vm_execute.h3333 ulong hash_value; in zend_fetch_var_address_helper_SPEC_CONST_CONST() local
5206 ulong hash_value; in zend_fetch_var_address_helper_SPEC_CONST_VAR() local
5951 ulong hash_value; in zend_fetch_var_address_helper_SPEC_CONST_UNUSED() local
8696 ulong hash_value; in zend_fetch_var_address_helper_SPEC_TMP_CONST() local
10436 ulong hash_value; in zend_fetch_var_address_helper_SPEC_TMP_VAR() local
11183 ulong hash_value; in zend_fetch_var_address_helper_SPEC_TMP_UNUSED() local
14587 ulong hash_value; in zend_fetch_var_address_helper_SPEC_VAR_CONST() local
19206 ulong hash_value; in zend_fetch_var_address_helper_SPEC_VAR_VAR() local
21199 ulong hash_value; in zend_fetch_var_address_helper_SPEC_VAR_UNUSED() local
32121 ulong hash_value; in zend_fetch_var_address_helper_SPEC_CV_CONST() local
[all …]
H A Dzend_vm_def.h1016 ulong hash_value; variable
3939 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); variable
H A Dzend_compile.h70 zend_ulong hash_value; member
258 ulong hash_value; member
H A Dzend_compile.c298 ulong hash_value = hash ? hash : zend_inline_hash_func(name, name_len+1); in lookup_cv() local

Completed in 172 milliseconds