Home
last modified time | relevance | path

Searched refs:zend_hash_find (Results 101 – 125 of 151) sorted by relevance

1234567

/PHP-5.5/ext/pgsql/
H A Dpgsql.c1284 …if (zend_hash_find(&EG(persistent_list), str.c, str.len+1, (void **) &le)==FAILURE) { /* we don't…
1369 && zend_hash_find(&EG(regular_list),str.c,str.len+1,(void **) &index_ptr)==SUCCESS) {
2241 if (zend_hash_find(list,str.c,str.len+1,(void **) &field_type)==SUCCESS) {
2336 …if (zend_hash_find(&EG(regular_list), hash_key.c, hash_key.len+1, (void **) &field_table) == SUCCE…
5466 if (!err && zend_hash_find(Z_ARRVAL_P(meta), field, field_len, (void **)&def) == FAILURE) {
5470 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "type", sizeof("type"), (void **)&type) == FAILURE) {
5474 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "not null", sizeof("not null"), (void **)&not_null) =…
5478 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "has default", sizeof("has default"), (void **)&has_d…
5482 …if (!err && zend_hash_find(Z_ARRVAL_PP(def), "is enum", sizeof("is enum"), (void **)&is_enum) == F…
/PHP-5.5/ext/ldap/
H A Dldap.c1513 if (zend_hash_find(Z_ARRVAL_P(hashTbl), key, strlen(key)+1, (void **) &fetched) == SUCCESS) { in _ldap_hash_fetch()
2163 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "oid", sizeof("oid"), (void **) &val) != SUCCESS) { in PHP_FUNCTION()
2171 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "value", sizeof("value"), (void **) &val) == SUCCESS) { in PHP_FUNCTION()
2179 …if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "iscritical", sizeof("iscritical"), (void **) &val) == SU… in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c962 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(params), "notification", sizeof("notification"), (void**)… in parse_context_params()
975 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(params), "options", sizeof("options"), (void**)&tmp)) { in parse_context_params()
H A Durl_scanner_ex.c322 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS) in handle_tag()
H A Durl_scanner_ex.re258 if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS)
H A Dhttp_fopen_wrapper.c652 …if(zend_hash_find(EG(active_symbol_table), "http_response_header", sizeof("http_response_header"),… in php_stream_url_wrap_http_ex()
H A Dbasic_functions.c4270 …(zend_hash_find(Z_ARRVAL_P((PG(http_globals))[TRACK_VARS_SERVER]), "argv", sizeof("argv"), (void *…
4271zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void **) &args) != FAILURE) && Z_TYPE_P…
4420 …if (zend_hash_find(HASH_OF(return_value), optname, strlen(optname)+1, (void **)&args) != FAILURE) {
5413 if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) {
5918 …if (zend_hash_find(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_hash) …
H A Dimage.c462 …if (zend_hash_find(Z_ARRVAL_P(info), markername, strlen(markername)+1, (void **) &tmp) == FAILURE)… in php_read_APP()
H A Dvar_unserializer.c351 if (zend_hash_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) { in process_nested_data()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c411 …&& zend_hash_find(symbol_table, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME"), (void **) &path_tran… in sapi_apache_register_server_variables()
796 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &new_per_dir_entry)… in should_overwrite_per_dir_entry()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1608 zend_hash_find(EG(function_table), p->save_func, in PHP_RINIT_FUNCTION()
1611 zend_hash_find(EG(function_table), p->ovld_func, strlen(p->ovld_func)+1 , (void **)&func); in PHP_RINIT_FUNCTION()
1613 …if (zend_hash_find(EG(function_table), p->orig_func, strlen(p->orig_func)+1, (void **)&orig) != SU… in PHP_RINIT_FUNCTION()
1667 zend_hash_find(EG(function_table), p->save_func, in PHP_RSHUTDOWN_FUNCTION()
4091 …if (zend_hash_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1, (void **)&s) == SUCCES… in PHP_FUNCTION()
4129 …if (zend_hash_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENCODING") -… in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Ddirstream.c386 …if (SUCCESS == zend_hash_find(&phar->manifest, internal_file, strlen(internal_file), (void**)&entr… in phar_wrapper_open_dir()
H A Dzip.c668 …if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (v… in phar_parse_zipfile()
690 …if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)… in phar_parse_zipfile()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c470 if (SUCCESS == zend_hash_find(S->named_params, param->name, param->namelen+1, (void*)&index)) { in firebird_stmt_param_hook()
/PHP-5.5/ext/soap/
H A Dphp_schema.c62 if (zend_hash_find(sdl->encoders, nscat.c, nscat.len + 1, (void**)&enc_ptr) == SUCCESS) { in create_encoder()
2067 if (zend_hash_find(ht, ref, strlen(ref)+1, (void**)&tmp) == SUCCESS) { in schema_find_by_ref()
2072 if (zend_hash_find(ht, ref, strlen(ref)+1, (void**)&tmp) == SUCCESS) { in schema_find_by_ref()
2189 …if (ctx->sdl->groups && zend_hash_find(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group… in schema_content_model_fixup()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c302 if (SUCCESS == zend_hash_find(&EG(persistent_list), hashkey, plen+1, (void*)&le)) { in PHP_METHOD()
1386 if (zend_hash_find(dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], in dbh_method_get()
/PHP-5.5/main/streams/
H A Duserspace.c601 …if ((zend_hash_find(global_wrapper_hash, protocol, protocol_len + 1, (void**)&wrapperpp) == FAILUR… in PHP_FUNCTION()
895 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(array), #name, sizeof(#name), (void**)&elem)) { \ in statbuf_from_array()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c370 …if (SUCCESS == zend_hash_find(&self->function_profiles, func_name, func_name_len + 1, (void **) &f… in MYSQLND_METHOD()
/PHP-5.5/ext/snmp/
H A Dsnmp.c1996 …ret = zend_hash_find(&php_snmp_properties, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hn… in php_snmp_read_property()
2037 …ret = zend_hash_find(&php_snmp_properties, Z_STRVAL_P(member), Z_STRLEN_P(member) + 1, (void **) &… in php_snmp_write_property()
2063 …if (zend_hash_find(&php_snmp_properties, Z_STRVAL_P(member), Z_STRLEN_P(member) + 1, (void **)&hnd… in php_snmp_has_property()
/PHP-5.5/ext/oci8/
H A Doci8.c1444 …if ((zend_hash_find(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (v… in php_oci_pconnection_list_np_dtor()
1891 …if (persistent && zend_hash_find(&EG(persistent_list), hashed_details.c, hashed_details.len+1, (vo… in php_oci_do_connect_ex()
1897 …} else if (!persistent && zend_hash_find(&EG(regular_list), hashed_details.c, hashed_details.len+1… in php_oci_do_connect_ex()
2873 …if (zend_hash_find(&EG(persistent_list),spool_hashed_details.c, spool_hashed_details.len+1, (void … in php_oci_get_spool()
/PHP-5.5/ext/dom/
H A Dnode.c1810 if (zend_hash_find(ht, "query", sizeof("query"), (void**)&tmp) == SUCCESS && in dom_canonicalization()
1821 if (zend_hash_find(ht, "namespaces", sizeof("namespaces"), (void**)&tmp) == SUCCESS && in dom_canonicalization()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2602 if (zend_hash_find(CG(function_table), "chdir", sizeof("chdir"), (void**)&func) == SUCCESS &&
2610 …if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entr…
2707 …if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entr…
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c11 if (zend_hash_find(EG(zend_constants), name, name_len + 1, (void **) &c) == FAILURE) { in zend_get_persistent_constant()
16 if (zend_hash_find(EG(zend_constants), lookup_name, name_len + 1, (void **) &c) == SUCCESS) { in zend_get_persistent_constant()
754 …if(zend_hash_find(EG(function_table), Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1, (void **)&function) == S… in zend_optimize_block()
/PHP-5.5/ext/zlib/
H A Dzlib.c86 …SUCCESS == zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING",… in php_zlib_output_encoding()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c840 if ( zend_hash_find(intern->parameter, name, name_len + 1, (void**) &value) == SUCCESS) { in PHP_FUNCTION()

Completed in 272 milliseconds

1234567