Home
last modified time | relevance | path

Searched refs:zend_hash_index_find (Results 1 – 25 of 46) sorted by path

12

/PHP-5.5/Zend/
H A Dzend_API.c3085 zend_hash_index_find(Z_ARRVAL_P(callable), 0, (void **) &obj); in zend_is_callable_ex()
3086 zend_hash_index_find(Z_ARRVAL_P(callable), 1, (void **) &method); in zend_is_callable_ex()
H A Dzend_execute.c1055 if (zend_hash_index_find(ht, hval, (void **) &retval) == FAILURE) { in zend_fetch_dimension_address_inner()
H A Dzend_hash.c943 return zend_hash_index_find(ht, h, pData); in zend_hash_quick_find()
1012 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData) in zend_hash_index_find() function
1559 if (zend_hash_index_find(ht2, p1->h, &pData2)==FAILURE) { in zend_hash_compare()
H A Dzend_hash.h166 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData);
367 ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_index_find(ht, idx, pData)); in zend_symtable_find()
H A Dzend_list.c54 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_delete()
71 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_find()
84 if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) { in _zend_list_addref()
174 if (zend_hash_index_find(&list_destructors, le->type, (void **) &ld)==SUCCESS) { in list_entry_destructor()
200 if (zend_hash_index_find(&list_destructors, le->type, (void **) &ld)==SUCCESS) { in plist_entry_destructor()
359 if (zend_hash_index_find(&list_destructors, rsrc_type, (void **) &lde)==SUCCESS) { in zend_rsrc_list_get_rsrc_type()
H A Dzend_ts_hash.c239 retval = zend_hash_index_find(TS_HASH(ht), h, pData); in zend_ts_hash_index_find()
H A Dzend_vm_def.h2701 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj);
2702 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method);
4485 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) {
H A Dzend_vm_execute.h1298 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1299 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1623 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1624 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1810 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1811 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2035 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
16071 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST()
18170 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP()
20651 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_VAR()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c701 …if (zend_hash_index_find(Z_ARRVAL_P(sink), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STR… in PHP_FUNCTION()
703 …if (zend_hash_index_find(Z_ARRVAL_P(sink), 1, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STR… in PHP_FUNCTION()
H A Dcom_wrapper.c260 if (SUCCESS == zend_hash_index_find(disp->dispid_to_name, id, (void**)&name)) { in disp_invokeex()
391 if (SUCCESS == zend_hash_index_find(disp->dispid_to_name, id, (void**)&name)) { in disp_getmembername()
/PHP-5.5/ext/dba/
H A Ddba.c597 if (zend_hash_index_find(&EG(regular_list), i, (void **) &le)==FAILURE) { in php_dba_find()
1242 if (zend_hash_index_find(&EG(regular_list), i, (void **) &le)==FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Dnodelist.c137 if (zend_hash_index_find(nodeht, index, (void **) &entry)==SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c3355 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2), (void **) &var) == SUCCESS) { in php_imagepolygon()
3366 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1, (void **) &var) == SUCCESS) { in php_imagepolygon()
4873 …if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var… in PHP_FUNCTION()
4880 if (zend_hash_index_find(Z_ARRVAL_PP(var), (j), (void **) &var2) == SUCCESS) { in PHP_FUNCTION()
5171 if (zend_hash_index_find(Z_ARRVAL_P(z_affine), i, (void **) &zval_affine_elem) == SUCCESS) { in PHP_FUNCTION()
5399 if (zend_hash_index_find(Z_ARRVAL_P(z_m1), i, (void **) &tmp) == SUCCESS) { in PHP_FUNCTION()
5421 if (zend_hash_index_find(Z_ARRVAL_P(z_m2), i, (void **) &tmp) == SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/hash/
H A Dhash.c536 if (zend_hash_index_find(&EG(regular_list), Z_RESVAL_P(zhash), (void *) &le)==SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1191 …if (zend_hash_index_find(Z_ARRVAL_PP(disabled_auth_method), i, (void **) &z_auth_method) == SUCCES… in php_imap_do_open()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp201 if (zend_hash_index_find(ret, (ulong)argNumber, (void**)&storedType) in umsg_parse_format()
423 zend_hash_index_find(types, (ulong)num_index, (void**)&storedArgType); in umsg_format_helper()
/PHP-5.5/ext/ldap/
H A Dldap.c657 if (zend_hash_index_find(Z_ARRVAL_P(attrs), i, (void **) &attr) != SUCCESS) { in php_ldap_do_search()
1367 if (zend_hash_index_find(Z_ARRVAL_PP(value), j, (void **) &ivalue) != SUCCESS) { in php_ldap_do_modify()
1593 if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1698 if (zend_hash_index_find(Z_ARRVAL_P(modinfo), k, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1727 zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched); in PHP_FUNCTION()
1767 zend_hash_index_find(Z_ARRVAL_P(vals), j, (void **) &fetched); in PHP_FUNCTION()
1922 …if (zend_hash_index_find(&EG(regular_list), Z_LVAL_P(result), (void **) &le) != SUCCESS || le->typ… in PHP_FUNCTION()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c325 if (zend_hash_index_find(statement->columns, column_index, (void **)&column) == FAILURE) { in php_oci_statement_get_column()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old…
857 } else if (!ignore_dups && zend_hash_index_find(target,p->h, &t) == SUCCESS) {
H A Dzend_shared_alloc.c330 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in zend_shared_memdup_size()
342 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in _zend_shared_memdup()
441 if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) { in zend_shared_alloc_get_xlat_entry()
/PHP-5.5/ext/openssl/
H A Dopenssl.c2803 if (zend_hash_index_find(HASH_OF(*val), 1, (void **)&zphrase) == FAILURE) { in php_openssl_evp_from_zval()
2818 if (zend_hash_index_find(HASH_OF(*val), 0, (void **)&val) == FAILURE) { in php_openssl_evp_from_zval()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c1262 if (zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo, (void **) &handle)==SUCCESS) { in pcntl_signal_dispatch()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c136 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(info), 1, (void**)&item)) { in pdo_handle_error()
140 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(info), 2, (void**)&item)) { in pdo_handle_error()
283 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT, (void**)&v)) { in PHP_METHOD()
528 …if (ZEND_NUM_ARGS() > 1 && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT… in PHP_METHOD()
529 …if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAIL… in PHP_METHOD()
553 if (zend_hash_index_find(Z_ARRVAL_PP(opt), 1, (void**)&item) == SUCCESS) { in PHP_METHOD()
762 …if (zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LO… in pdo_dbh_attribute_set()
798 || zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&item) == FAILURE in pdo_dbh_attribute_set()
826 if (zend_hash_index_find(Z_ARRVAL_P(value), 1, (void**)&item) == SUCCESS) { in pdo_dbh_attribute_set()
H A Dpdo_sql_parser.c549 ret = zend_hash_index_find(params, plc->bindno, (void**) &param); in pdo_parse_params()
803 (SUCCESS == zend_hash_index_find(params, bindno, (void **)&param)))
840 if(SUCCESS == zend_hash_index_find(params, bindno, (void **)&param))
H A Dpdo_sql_parser.re191 ret = zend_hash_index_find(params, plc->bindno, (void**) &param);
445 (SUCCESS == zend_hash_index_find(params, bindno, (void **)&param)))
482 if(SUCCESS == zend_hash_index_find(params, bindno, (void **)&param))

Completed in 289 milliseconds

12