Home
last modified time | relevance | path

Searched refs:zend_hash_next_index_insert (Results 1 – 25 of 35) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dfilestat.c1041 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); in php_stat()
1042 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); in php_stat()
1043 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); in php_stat()
1044 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); in php_stat()
1045 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); in php_stat()
1046 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); in php_stat()
1048 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); in php_stat()
1049 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); in php_stat()
1050 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); in php_stat()
1051 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); in php_stat()
[all …]
H A Dfile.c1574 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1575 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1576 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1577 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1578 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1579 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1580 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1581 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1582 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1583 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
[all …]
H A Darray.c1853 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1865 zend_hash_next_index_insert(*removed, &entry, sizeof(zval *), NULL); in php_splice()
1880 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1889 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1920 if (zend_hash_next_index_insert(Z_ARRVAL_P(stack), &new_var, sizeof(zval *), NULL) == FAILURE) { in PHP_FUNCTION()
2201 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2264 zend_hash_next_index_insert(Z_ARRVAL_PP(dest_entry), &src_zval, sizeof(zval *), NULL); in php_array_merge()
2277 zend_hash_next_index_insert(dest, src_entry, sizeof(zval *), NULL); in php_array_merge()
2457 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &new_val, sizeof(zval *), NULL); in PHP_FUNCTION()
2484 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); in PHP_FUNCTION()
[all …]
H A Dhttp_fopen_wrapper.c707 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
786 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
H A Dvar.c567 zend_hash_next_index_insert(var_hash, &var_no, sizeof(var_no), NULL); in php_add_var_hash()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c574 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); in phar_fancy_stat()
575 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); in phar_fancy_stat()
576 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); in phar_fancy_stat()
577 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); in phar_fancy_stat()
578 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); in phar_fancy_stat()
579 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); in phar_fancy_stat()
581 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); in phar_fancy_stat()
582 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); in phar_fancy_stat()
583 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); in phar_fancy_stat()
584 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); in phar_fancy_stat()
[all …]
/PHP-5.5/Zend/
H A Dzend_list.c285 …if (zend_hash_next_index_insert(&list_destructors, (void *) &lde, sizeof(zend_rsrc_list_dtors_entr… in zend_register_list_destructors()
309 …if (zend_hash_next_index_insert(&list_destructors, (void *) &lde, sizeof(zend_rsrc_list_dtors_entr… in zend_register_list_destructors_ex()
H A Dzend_builtin_functions.c470 zend_hash_next_index_insert(return_value->value.ht, &element, sizeof(zval *), NULL); in ZEND_FUNCTION()
1085 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
1096 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
1100 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); in ZEND_FUNCTION()
H A Dzend_API.c1398 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_long()
1409 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_null()
1420 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_bool()
1431 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_resource()
1442 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_double()
1453 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_string()
1464 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_stringl()
1470 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &value, sizeof(zval *), NULL); in add_next_index_zval()
H A Dzend_hash.h123 #define zend_hash_next_index_insert(ht, pData, nDataSize, pDest) \ macro
/PHP-5.5/ext/soap/
H A Dphp_schema.c331 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); in schema_simpleType()
344 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); in schema_simpleType()
358 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); in schema_simpleType()
1025 zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); in schema_all()
1201 zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); in schema_choice()
1251 zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); in schema_sequence()
1301 zend_hash_next_index_insert(model->u.content, &newModel, sizeof(sdlContentModelPtr), NULL); in schema_any()
1384 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); in schema_complexType()
1397 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); in schema_complexType()
1410 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); in schema_complexType()
[all …]
H A Dphp_sdl.c608 zend_hash_next_index_insert(&ht, &x_param, sizeof(sdlParamPtr), NULL); in wsdl_soap_binding_body()
724 zend_hash_next_index_insert(parameters, &param, sizeof(sdlParamPtr), NULL); in wsdl_message()
1220 zend_hash_next_index_insert(ht, &data, sizeof(void*), NULL); in sdl_deserialize_key()
1303 zend_hash_next_index_insert(model->u.content,&x,sizeof(sdlContentModelPtr),NULL); in sdl_deserialize_model()
2417 zend_hash_next_index_insert(bp_types, (void*)&type, sizeof(sdlTypePtr*), NULL); in make_persistent_sdl_type_ref()
2434 zend_hash_next_index_insert(bp_encoders, (void*)&enc, sizeof(encodePtr*), NULL); in make_persistent_sdl_encoder_ref()
2546 zend_hash_next_index_insert(pparams, (void*)&pparam, sizeof(sdlParamPtr), NULL); in make_persistent_sdl_parameters()
2595 zend_hash_next_index_insert(pfaults, (void*)&pfault, sizeof(sdlParamPtr), NULL); in make_persistent_sdl_function_faults()
2986 zend_hash_next_index_insert(psdl->groups, (void*)&ptype, sizeof(sdlTypePtr), NULL); in make_persistent_sdl()
3006 zend_hash_next_index_insert(psdl->types, (void*)&ptype, sizeof(sdlTypePtr), NULL); in make_persistent_sdl()
[all …]
/PHP-5.5/main/
H A Dphp_variables.c176 …if (zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p)… in php_register_variable_ex()
209 …if (zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p)… in php_register_variable_ex()
474 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
494 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
H A Doutput.c646 …return zend_hash_next_index_insert(rev_ptr, &check_func, sizeof(php_output_handler_conflict_check_… in php_output_handler_reverse_conflict_register()
649 …if (SUCCESS != zend_hash_next_index_insert(&rev, &check_func, sizeof(php_output_handler_conflict_c… in php_output_handler_reverse_conflict_register()
H A Dphp_ini.c272 zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1044 zend_hash_next_index_insert(Z_ARRVAL_PP(data_ptr), &value, sizeof(zval *), NULL); in sxe_properties_add()
1050 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), data_ptr, sizeof(zval *), NULL); in sxe_properties_add()
1051 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), &value, sizeof(zval *), NULL); in sxe_properties_add()
1128 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); in sxe_get_prop_hash()
1154 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); in sxe_get_prop_hash()
1174 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); in sxe_get_prop_hash()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c513 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c548 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); in add_offset_pair()
752 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); in php_pcre_match_impl()
809 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i], sizeof(zval *), NULL); in php_pcre_match_impl()
/PHP-5.5/ext/xml/
H A Dxml.c847 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),(void *) &parser->ctag); in _xml_startElementHandler()
895 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL); in _xml_endElementHandler()
999 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL); in _xml_characterDataHandler()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c707 zend_hash_next_index_insert(new_hash, (void *)elem, sizeof(zval *), (void **)&dest_elem);
748 zend_hash_next_index_insert(new_hash, (void *)elem, sizeof(zval *), (void **)&dest_elem);
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1435 zend_hash_next_index_insert(Z_ARRVAL_P(row), &element, sizeof(zval*), NULL);
1447 zend_hash_next_index_insert(Z_ARRVAL_P(array), &row, sizeof(zval*), NULL);
1467 zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp, sizeof(zval*), (void **) &(outarrs[ i ]));
/PHP-5.5/ext/dom/
H A Dxpath.c230 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); in dom_xpath_ext_function_php()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c793 zend_hash_next_index_insert(row_ht, &data, sizeof(zval *), NULL); in mysqlnd_fetch_row_unbuffered()
1034 zend_hash_next_index_insert(Z_ARRVAL_P(row), &data, sizeof(zval *), NULL); in mysqlnd_fetch_row_buffered()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c357 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); in xsl_ext_function_php()
/PHP-5.5/ext/spl/
H A Dspl_array.c455 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()
492 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()

Completed in 151 milliseconds

12