/PHP-5.5/ext/xmlreader/ |
H A D | php_xmlreader.c | 135 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in xmlreader_get_property_ptr_ptr() 170 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in xmlreader_read_property() 212 …ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (vo… in xmlreader_write_property()
|
/PHP-5.5/ext/sockets/ |
H A D | sendrecvmsg.c | 156 if (zend_hash_find(&ancillary_registry.ht, (char*)&key, sizeof(key), in get_ancillary_reg_entry()
|
H A D | sockets.c | 1997 if (zend_hash_find(opt_ht, l_onoff_key, sizeof(l_onoff_key), (void **)&l_onoff) == FAILURE) { 2001 if (zend_hash_find(opt_ht, l_linger_key, sizeof(l_linger_key), (void **)&l_linger) == FAILURE) { 2025 if (zend_hash_find(opt_ht, sec_key, sizeof(sec_key), (void **)&sec) == FAILURE) { 2029 if (zend_hash_find(opt_ht, usec_key, sizeof(usec_key), (void **)&usec) == FAILURE) {
|
/PHP-5.5/sapi/apache/ |
H A D | mod_php5.c | 286 …&& zend_hash_find(symbol_table, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME"), (void **) &path_tran… in sapi_apache_register_server_variables() 742 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry… in should_overwrite_per_dir_entry()
|
/PHP-5.5/ext/spl/ |
H A D | spl_iterators.c | 523 …zend_hash_find(&intern->ce->function_table, "beginiteration", sizeof("beginiteration"), (void **) … in spl_recursive_it_it_construct() 527 …zend_hash_find(&intern->ce->function_table, "enditeration", sizeof("enditeration"), (void **) &int… in spl_recursive_it_it_construct() 531 …zend_hash_find(&intern->ce->function_table, "callhaschildren", sizeof("callHasChildren"), (void **… in spl_recursive_it_it_construct() 535 …zend_hash_find(&intern->ce->function_table, "callgetchildren", sizeof("callGetChildren"), (void **… in spl_recursive_it_it_construct() 539 …zend_hash_find(&intern->ce->function_table, "beginchildren", sizeof("beginchildren"), (void **) &i… in spl_recursive_it_it_construct() 543 …zend_hash_find(&intern->ce->function_table, "endchildren", sizeof("endchildren"), (void **) &inter… in spl_recursive_it_it_construct() 547 …zend_hash_find(&intern->ce->function_table, "nextelement", sizeof("nextElement"), (void **) &inter… in spl_recursive_it_it_construct() 846 …if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_han… in spl_recursive_it_get_method() 1291 …if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_ha… in spl_dual_it_get_method()
|
H A D | spl_observer.c | 195 if (zend_hash_find(&intern->storage, hash, hash_len, (void**)&element) == SUCCESS) { in spl_object_storage_get() 285 …zend_hash_find(&class_type->function_table, "gethash", sizeof("gethash"), (void **) &intern-… in spl_object_storage_new_ex()
|
/PHP-5.5/ext/standard/ |
H A D | dir.c | 84 … if (zend_hash_find(Z_OBJPROP_P(myself), "handle", sizeof("handle"), (void **)&tmp) == FAILURE) { \
|
H A D | proc_open.c | 506 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_error… in PHP_FUNCTION() 512 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell"), (… in PHP_FUNCTION()
|
H A D | filters.c | 1228 if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) { in php_conv_get_string_prop_ex() 1261 if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) { in php_conv_get_long_prop_ex() 1284 if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) { in php_conv_get_ulong_prop_ex() 1310 if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) { in php_conv_get_bool_prop_ex()
|
H A D | array.c | 1412 …if (zend_hash_find(EG(active_symbol_table), Z_STRVAL(final_name), Z_STRLEN(final_name) + 1, (void … in PHP_FUNCTION() 1445 …if (zend_hash_find(eg_active_symbol_table, Z_STRVAL_P(entry), Z_STRLEN_P(entry) + 1, (void **)&val… in php_compact_var() 2223 …if (recursive && zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == SUCCESS… in php_array_merge() 2300 zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive() 2600 …(zend_hash_find(ht, Z_STRVAL_PP(zcolumn), Z_STRLEN_PP(zcolumn) + 1, (void**)&zcolval) == FAILURE))… in PHP_FUNCTION() 2611 zend_hash_find(ht, Z_STRVAL_PP(zkey), Z_STRLEN_PP(zkey) + 1, (void**)&zkeyval); in PHP_FUNCTION()
|
/PHP-5.5/Zend/ |
H A D | zend_ts_hash.c | 217 retval = zend_hash_find(TS_HASH(ht), arKey, nKeyLength, pData); in zend_ts_hash_find()
|
H A D | zend_API.c | 1734 …if (zend_hash_find(&module_registry, lcname, name_len+1, (void**)&req_mod) == FAILURE || !req_mod-… in zend_startup_module_ex() 2326 …return (zend_hash_find(&module_registry, module_name, strlen(module_name)+1, (void**)&module) == S… in zend_get_module_started() 2530 …if (zend_hash_find(CG(class_table), parent_name, strlen(parent_name)+1, (void **) &pce)==FAILURE) { in zend_register_internal_class_ex() 2664 …if (zend_hash_find(CG(class_table), class_name, class_name_length+1, (void **)&disabled_class)==FA… in zend_disable_class() 2772 …if (zend_hash_find(EG(function_table), lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS)… in zend_is_callable_check_func() 2835 } else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { in zend_is_callable_check_func() 2842 if (zend_hash_find(&EG(scope)->function_table, lmname, mlen+1, (void **) &priv_fbc)==SUCCESS in zend_is_callable_check_func() 3405 if (zend_hash_find(&module_registry, lname, name_len + 1, (void**)&module) == FAILURE) { in zend_get_module_version()
|
H A D | zend_compile.c | 254 …if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCES… in zend_set_compiled_filename() 2101 if (zend_hash_find(CG(current_import), lcname, len+1, (void**)&ns) == SUCCESS) { in zend_resolve_non_class_name() 2210 if (zend_hash_find(CG(current_import), lcname, len+1, (void**)&ns) == SUCCESS) { in zend_resolve_class_name() 2239 …zend_hash_find(CG(current_import), lcname, Z_STRLEN(class_name->u.constant)+1, (void**)&ns) == SUC… in zend_resolve_class_name() 2340 …zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_P(label)+1, (void**)&dest) == FAILU… in zend_resolve_goto_label() 4023 …if (exclude_table == NULL || zend_hash_find(exclude_table, lcname, fnname_len, &dummy) == FAILURE)… in zend_traits_copy_functions() 5005 …zend_hash_find(CG(current_import), lcname, Z_STRLEN(class_name->u.constant)+1, (void**)&ns_name) =… in zend_do_begin_class_declaration() 5534 …if (zend_hash_find(EG(zend_constants), Z_STRVAL_P(const_name)+1, Z_STRLEN_P(const_name), (void **)… in zend_get_ct_const() 5537 …if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name), (void **) &c)==SUCCESS… in zend_get_ct_const() 5549 …if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name)+1, (void **) &c)==SUCCE… in zend_get_ct_const() [all …]
|
H A D | zend_interfaces.c | 76 …if (zend_hash_find(function_table, function_name, function_name_len+1, (void **) &fcic.function_ha… in zend_call_method()
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_stmt.c | 243 if (SUCCESS == zend_hash_find(stmt->bound_params, stmt->columns[col].name, in pdo_stmt_describe_columns() 252 if (SUCCESS == zend_hash_find(stmt->bound_columns, stmt->columns[col].name, in pdo_stmt_describe_columns() 1081 if (zend_hash_find(Z_ARRVAL_P(return_value), stmt->columns[i].name, in do_fetch() 2272 if (zend_hash_find(&Z_OBJCE_P(object)->function_table, lc_method_name, in dbstmt_method_get() 2289 if (zend_hash_find(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], in dbstmt_method_get() 2704 …if (zend_hash_find(&pdo_row_ce->function_table, lc_method_name, method_len+1, (void**)&fbc) == FAI… in row_method_get()
|
/PHP-5.5/ext/interbase/ |
H A D | interbase.c | 784 if (SUCCESS == zend_hash_find(&module_registry, ibase_module_entry.name, in PHP_MSHUTDOWN_FUNCTION() 941 if (SUCCESS == zend_hash_find(&EG(regular_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect() 959 switch (zend_hash_find(&EG(persistent_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect()
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 4981 if (zend_hash_find(HASH_OF(z_rect), "x", sizeof("x"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 4996 if (zend_hash_find(HASH_OF(z_rect), "y", sizeof("x"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5011 if (zend_hash_find(HASH_OF(z_rect), "width", sizeof("width"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5026 if (zend_hash_find(HASH_OF(z_rect), "height", sizeof("height"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5196 if (zend_hash_find(HASH_OF(z_rect), "x", sizeof("x"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5211 if (zend_hash_find(HASH_OF(z_rect), "y", sizeof("x"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5226 if (zend_hash_find(HASH_OF(z_rect), "width", sizeof("width"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5241 if (zend_hash_find(HASH_OF(z_rect), "height", sizeof("height"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5300 if (zend_hash_find(HASH_OF(options), "x", sizeof("x"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION() 5315 if (zend_hash_find(HASH_OF(options), "y", sizeof("y"), (void **)&tmp) != FAILURE) { in PHP_FUNCTION()
|
/PHP-5.5/main/streams/ |
H A D | transports.c | 110 if (FAILURE == zend_hash_find(&xport_hash, (char*)tmp, n + 1, (void**)&factory)) { in _php_stream_xport_create()
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fastcgi.c | 627 if (zend_hash_find(&fcgi_mgmt_vars, str_index, str_length, (void**) &value) != SUCCESS) { in fcgi_read_request() 1089 if (zend_hash_find(req->env, (char*)var, var_len+1, (void**)&val) == SUCCESS) {
|
/PHP-5.5/ext/mssql/ |
H A D | php_mssql.c | 643 …if (new_link || zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length + 1, (v… in php_mssql_do_connect() 763 …if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length + 1,(void… in php_mssql_do_connect() 1153 if (zend_hash_find(statement->binds, parameter, strlen(parameter), (void**)&bind)==SUCCESS) { 1196 if (zend_hash_find(statement->binds, "RETVAL", 6, (void**)&bind)==SUCCESS) {
|
/PHP-5.5/ext/phar/ |
H A D | phar.c | 565 …if (PHAR_G(readonly) && FAILURE == zend_hash_find(&(phar->manifest), ".phar/stub.php", sizeof(".ph… 1213 …if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)… 1284 …if (FAILURE == zend_hash_find(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, … 1422 …if (alias && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **… 1930 …if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), (char *) filename, filename_len, (v… 1950 …if (PHAR_G(manifest_cached) && SUCCESS == zend_hash_find(&cached_phars, (char *) filename, filenam…
|
/PHP-5.5/sapi/cli/ |
H A D | php_cli_server.c | 458 if (SUCCESS == zend_hash_find(&client->request.headers, "host", sizeof("host"), (void**)&val)) { in append_essential_headers() 688 …if (FAILURE == zend_hash_find(&client->request.headers, "cookie", sizeof("cookie"), (void**)&val))… in sapi_cli_server_read_cookies() 1859 …if (SUCCESS == zend_hash_find(&client->request.headers, "content-type", sizeof("content-type"), (v… in php_cli_server_client_populate_request_info() 2097 …if (SUCCESS == zend_hash_find(&client->request.headers, "authorization", sizeof("authorization"), … in php_cli_server_request_startup()
|
/PHP-5.5/ext/intl/converter/ |
H A D | converter.c | 837 …zend_hash_find(Z_ARRVAL_P(options), "from_subst", sizeof("from_subst"), (void**)&tmpzval) == SUCCE… in PHP_METHOD() 843 …zend_hash_find(Z_ARRVAL_P(options), "to_subst", sizeof("to_subst"), (void**)&tmpzval) == SUCCESS && in PHP_METHOD()
|
/PHP-5.5/ext/ereg/ |
H A D | ereg.c | 156 if(zend_hash_find(&EREG(ht_rc), (char *) pattern, patlen+1, (void **) &rc) == SUCCESS in _php_regcomp()
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_handlers.c | 281 …if (obj->method_cache == NULL || FAILURE == zend_hash_find(obj->method_cache, name, len, (void**)&… in com_method_get()
|