Home
last modified time | relevance | path

Searched refs:zend_hash_move_forward_ex (Results 51 – 67 of 67) sorted by relevance

123

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c580 zend_hash_move_forward_ex(conn->options->connect_attr, &pos_value); in php_mysqlnd_auth_write()
602 zend_hash_move_forward_ex(conn->options->connect_attr, &pos_value); in php_mysqlnd_auth_write()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c478 zend_hash_move_forward_ex(props, &pos); in mysqli_object_get_debug_info()
/PHP-5.5/main/
H A Doutput.c569 zend_hash_move_forward_ex(rconflicts, &pos) in php_output_handler_start()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c605 zend_hash_move_forward_ex(request->env, &pos) in cgi_php_import_environment_variables()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1223 zend_hash_move_forward_ex(&pdo_driver_hash, &pos); in PHP_METHOD()
H A Dpdo_stmt.c2179 zend_hash_move_forward_ex(stmt->bound_params, &pos); in PHP_METHOD()
/PHP-5.5/Zend/
H A Dzend_hash.c1119 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex() function
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3466 + zend_hash_move_forward_ex(ht, &outer_pos)) {
3492 + zend_hash_move_forward_ex(inner_ht, &inner_pos)) {
3511 + zend_hash_move_forward_ex(inner_ht, &inner_pos)) {
/PHP-5.5/ext/standard/
H A Dfilters.c270 zend_hash_move_forward_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
/PHP-5.5/ext/dom/
H A Dphp_dom.c502 zend_hash_move_forward_ex(prop_handlers, &pos)) { in dom_get_debug_info_helper()
/PHP-5.5/main/streams/
H A Dstreams.c139 zend_hash_move_forward_ex(&EG(regular_list), &pos); in php_stream_from_persistent_id()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1054 zend_hash_move_forward_ex(obj->prop_handler, &pos); in php_zip_get_properties()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c612 zend_hash_move_forward_ex(params, &pos); in wsdl_soap_binding_body()
3385 zend_hash_move_forward_ex(SOAP_GLOBAL(mem_cache), &pos)) { in get_sdl()
H A Dphp_schema.c2208 zend_hash_move_forward_ex(model->u.content, &pos); in schema_content_model_fixup()
/PHP-5.5/ext/gd/
H A Dgd.c1534 for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos)) { in PHP_FUNCTION()
3856 } while (zend_hash_move_forward_ex(HASH_OF(EXT), &pos) == SUCCESS); in php_imagettftext_common()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c502 zend_hash_move_forward_ex(headers, &pos); in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dinterface.c2941 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()

Completed in 173 milliseconds

123