Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/
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_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_ts_hash.c239 retval = zend_hash_index_find(TS_HASH(ht), h, pData); in zend_ts_hash_index_find()
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()
/PHP-5.5/ext/opcache/
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()
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) {
/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 Dphp_pdo_driver.h199 if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { in pdo_attr_lval()
209 if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { in pdo_attr_strval()
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))
/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/standard/
H A Dproc_open.c587 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION()
598 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
637 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION()
644 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
H A Duser_filters.c45 if (FAILURE == zend_hash_index_find(Z_OBJPROP_P(this_ptr), 0, (void**)&tmp)) { \
H A Darray.c2312 zend_hash_index_find(dest, num_key, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2512 if (zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), (void **)&tmp) == FAILURE) { in PHP_FUNCTION()
2603 (zend_hash_index_find(ht, Z_LVAL_PP(zcolumn), (void**)&zcolval) == FAILURE)) { in PHP_FUNCTION()
2613 zend_hash_index_find(ht, Z_LVAL_PP(zkey), (void**)&zkeyval); in PHP_FUNCTION()
3000 if (zend_hash_index_find(Z_ARRVAL_PP(args[i]), p->h, (void**)&data) == FAILURE || in php_array_intersect_key()
3418 if (zend_hash_index_find(Z_ARRVAL_PP(args[i]), p->h, (void**)&data) == SUCCESS && in php_array_diff_key()
/PHP-5.5/ext/com_dotnet/
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()
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()
/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/soap/
H A Dphp_http.c831 if (zend_hash_index_find(Z_ARRVAL_PP(data), 0, (void**)&value) == SUCCESS && in make_http_soap_request()
834 if ((zend_hash_index_find(Z_ARRVAL_PP(data), 1, (void**)&tmp) == FAILURE || in make_http_soap_request()
837 (zend_hash_index_find(Z_ARRVAL_PP(data), 2, (void**)&tmp) == FAILURE || in make_http_soap_request()
840 (use_ssl || zend_hash_index_find(Z_ARRVAL_PP(data), 3, (void**)&tmp) == FAILURE)) { in make_http_soap_request()
H A Dphp_encoding.c301 if (zend_hash_index_find(SOAP_GLOBAL(ref_map), (ulong)data, (void**)&node_ptr) == SUCCESS) { in soap_check_zval_ref()
366 zend_hash_index_find(SOAP_GLOBAL(ref_map), (ulong)node, (void**)&data_ptr) == SUCCESS) { in soap_find_xml_ref()
379 if (zend_hash_index_find(SOAP_GLOBAL(ref_map), (ulong)node, (void**)&data_ptr) == SUCCESS) { in soap_check_xml_ref()
2743 if (zend_hash_index_find(Z_ARRVAL_P(ar), pos[i], (void**)&ar2) == SUCCESS) { in to_zval_array()
3599 if (zend_hash_index_find(&SOAP_GLOBAL(defEncIndex), encode, (void **)&enc) == FAILURE) { in get_conversion()
/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/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/pdo_pgsql/
H A Dpgsql_statement.c456 SUCCESS == zend_hash_index_find(stmt->bound_columns, in pgsql_stmt_describe()
/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/xml/
H A Dxml.c538 } else if (zend_hash_index_find(Z_ARRVAL_P(handler), 0, (void **) &obj) == SUCCESS && in xml_call_handler()
539 zend_hash_index_find(Z_ARRVAL_P(handler), 1, (void **) &method) == SUCCESS && in xml_call_handler()
/PHP-5.5/main/
H A Dphp_variables.c594 …|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != S… in php_autoglobal_merge()

Completed in 107 milliseconds

12