Home
last modified time | relevance | path

Searched refs:zend_hash_update (Results 51 – 75 of 88) sorted by relevance

1234

/PHP-5.4/Zend/
H A Dzend_builtin_functions.c605 zend_hash_update(return_value->value.ht, "value", sizeof("value"), &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
617zend_hash_update(return_value->value.ht, "key", sizeof("key"), inserted_pointer, sizeof(zval *), N… in ZEND_FUNCTION()
H A Dzend.c631 zend_hash_update(&EG(symbol_table), name, name_len + 1, &globals, sizeof(zval *), NULL); in php_auto_globals_create_globals()
H A Dzend_API.c2449zend_hash_update(CG(class_table), lowercase_name, class_entry->name_length+1, &class_entry, sizeof… in do_register_internal_class()
2543 zend_hash_update(symbol_table, name, name_length + 1, &symbol, sizeof(zval *), NULL); in zend_set_hash_symbol()
3551 return zend_hash_update(&ce->constants_table, name, name_length+1, &value, sizeof(zval *), NULL); in zend_declare_class_constant()
H A Dzend_API.h701 zend_hash_update(symtable, (name), (name_length), &(var), sizeof(zval *), NULL); \
H A Dzend_operators.c626zend_hash_update(Z_OBJPROP_P(op), "scalar", sizeof("scalar"), (void *) &entry, sizeof(zval *), NUL… in convert_scalar_to_array()
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c906 …if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length+1, (void *) &new_…
1040 …if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length+1,(void *) &new_inde…
/PHP-5.4/main/
H A Dmain.c865zend_hash_update(EG(active_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) &tmp, … in php_verror()
1195zend_hash_update(EG(active_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) & tmp,… in php_error_cb()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c698 …if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length + 1, &new_le, siz… in php_mssql_do_connect()
828 …if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length + 1,(void *) &new_in… in php_mssql_do_connect()
/PHP-5.4/ext/oci8/
H A Doci8.c2140zend_hash_update(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (void… in php_oci_do_connect_ex()
2151zend_hash_update(&EG(regular_list), connection->hash_key, strlen(connection->hash_key)+1, (void *)… in php_oci_do_connect_ex()
2888zend_hash_update(&EG(persistent_list), session_pool->spool_hash_key, strlen(session_pool->spool_ha… in php_oci_get_spool()
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c464zend_hash_update(&MBREX(ht_rc), (char *) pattern, patlen + 1, (void *) &retval, sizeof(retval), NU… in php_mbregex_compile_pattern()
/PHP-5.4/ext/standard/
H A Dvar_unserializer.re358 zend_hash_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data,
H A Dstreamsfuncs.c697 zend_hash_update(new_hash, key, key_len, (void *)elem, sizeof(zval *), (void **)&dest_elem); in stream_array_from_fd_set()
/PHP-5.4/ext/dba/
H A Ddba.c941 …if (zend_hash_update(&EG(persistent_list), key, keylen+1, &new_le, sizeof(zend_rsrc_list_entry), N… in php_dba_open()
/PHP-5.4/ext/soap/
H A Dsoap.c1094 zend_hash_update(typemap, nscat.c, nscat.len + 1, &new_enc, sizeof(encodePtr), NULL); in soap_create_typemap()
1435zend_hash_update(service->soap_functions.ft, key, key_len+1, &function_copy, sizeof(zval *), NULL); in PHP_METHOD()
1462zend_hash_update(service->soap_functions.ft, key, key_len+1, &function_copy, sizeof(zval *), NULL); in PHP_METHOD()
1752 …if (zend_hash_update(Z_ARRVAL_P(PS(http_session_vars)), "_bogus_session_name", sizeof("_bogus_sess…
3144zend_hash_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval …
H A Dphp_schema.c83 zend_hash_update(sdl->encoders, nscat.c, nscat.len + 1, &enc, sizeof(encodePtr), NULL); in create_encoder()
364zend_hash_update(cur_type->elements, newType->name, strlen(newType->name)+1, &newType, sizeof(sdlT… in schema_simpleType()
H A Dphp_http.c896zend_hash_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval … in make_http_soap_request()
/PHP-5.4/ext/spl/
H A Dspl_observer.c222zend_hash_update(&intern->storage, hash, hash_len, &element, sizeof(spl_SplObjectStorageElement), … in spl_object_storage_attach()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1315 …if (zend_hash_update(&EG(persistent_list), str.c, str.len+1, (void *) &new_le, sizeof(zend_rsrc_li…
1412 …if (zend_hash_update(&EG(regular_list),str.c,str.len+1,(void *) &new_index_ptr, sizeof(zend_rsrc_l…
2275zend_hash_update(list,str.c,str.len+1,(void *) &new_oid_entry, sizeof(zend_rsrc_list_entry), NULL);
2367zend_hash_update(&EG(regular_list), hash_key.c, hash_key.len+1, (void *) &new_field_table, sizeof(…
/PHP-5.4/ext/ldap/
H A Dldap.c1012zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2… in PHP_FUNCTION()
1150zend_hash_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute)+1, (void *) &tmp, sizeof(z… in PHP_FUNCTION()
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c405 zend_hash_update(hash, param->name, param->namelen, param, in really_register_bound_param()
2694zend_hash_update(stmt->std.properties, stmt->columns[i].name, stmt->columns[i].namelen + 1, (void … in row_get_properties()
H A Dpdo_dbh.c396 if (FAILURE == zend_hash_update(&EG(persistent_list), in PHP_METHOD()
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c924zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per… in php_apache_value_handler_ex()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c703zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache…
/PHP-5.4/ext/xml/
H A Dxml.c745zend_hash_update(Z_ARRVAL_P(parser->info), name, strlen(name)+1, (void *) &values, sizeof(zval*), … in _xml_add_to_info()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c763zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache…

Completed in 187 milliseconds

1234