Home
last modified time | relevance | path

Searched refs:zend_hash_index_update (Results 1 – 25 of 49) sorted by relevance

12

/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.c80 zend_hash_index_update( hash, hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
125 zend_hash_index_update( hash, hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c46 zend_hash_index_update( in _phpdbg_break_mapping()
256 zend_hash_index_update( in phpdbg_set_breakpoint_file()
350 zend_hash_index_update(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline, in phpdbg_set_breakpoint_opline()
392zend_hash_index_update(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline_break.opline, &opline_break, siz… in phpdbg_resolve_op_array_break()
556 zend_hash_index_update(method_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL); in phpdbg_set_breakpoint_method_opline()
605 zend_hash_index_update(func_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL); in phpdbg_set_breakpoint_function_opline()
654 zend_hash_index_update(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL); in phpdbg_set_breakpoint_file_opline()
672 zend_hash_index_update(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash, in phpdbg_set_breakpoint_opcode()
692 zend_hash_index_update(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], in phpdbg_set_breakpoint_opline_ex()
739 zend_hash_index_update( in phpdbg_create_conditional_break()
H A Dphpdbg_prompt.c439 zend_hash_index_update( in PHPDBG_COMMAND()
472 zend_hash_index_update( in PHPDBG_COMMAND()
505 zend_hash_index_update( in PHPDBG_COMMAND()
H A Dphpdbg_opcode.c58 zend_hash_index_update( in phpdbg_decode_op()
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c178 zend_hash_index_update(ht, i, (void *)&intern->array->elements[i], sizeof(zval *), NULL); in spl_fixedarray_object_get_properties()
181 zend_hash_index_update(ht, i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL); in spl_fixedarray_object_get_properties()
675zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&intern->array->elements[i], sizeof(zv… in SPL_METHOD()
678zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&EG(uninitialized_zval_ptr), sizeof(zv… in SPL_METHOD()
H A Dspl_array.c370 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), (void **)&retval); in spl_array_get_dimension_ptr_ptr()
489 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()
/PHP-5.6/ext/com_dotnet/
H A Dcom_wrapper.c490 zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL); in generate_dispids()
522 zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL); in generate_dispids()
H A Dcom_typeinfo.c587 zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL); in php_com_process_typeinfo()
/PHP-5.6/Zend/
H A Dzend_hash.h121 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ macro
358 ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_index_update(ht, idx, pData, nDataSize, pDest));
H A Dzend_API.c1323 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_long()
1334 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_null()
1345 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_bool()
1356 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_resource()
1367 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_double()
1383 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_string()
1398 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_stringl()
1532 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); in add_get_index_long()
1543 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); in add_get_index_double()
1554 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); in add_get_index_string()
[all …]
H A Dzend_list.c46 zend_hash_index_update(&EG(regular_list), index, (void *) &le, sizeof(zend_rsrc_list_entry), NULL); in zend_list_insert()
H A Dzend_hash.c763 zend_hash_index_update(target, p->h, p->pData, size, &new_entry); in zend_hash_copy()
792 …if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target,… in _zend_hash_merge()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp111 if (zend_hash_index_update(ret, (ulong)i, (void*)&t, sizeof(t), NULL) in umsg_get_numeric_types()
205 if (zend_hash_index_update(ret, (ulong)argNumber, (void*)&bogusType, in umsg_parse_format()
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c656 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL); in pdo_parse_params()
677 zend_hash_index_update(stmt->bound_param_map, plc->bindno, name, plc->len + 1, NULL); in pdo_parse_params()
H A Dpdo_sql_parser.re342 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL);
363 zend_hash_index_update(stmt->bound_param_map, plc->bindno, name, plc->len + 1, NULL);
/PHP-5.6/ext/standard/
H A Darray.c1534 zend_hash_index_update(Z_ARRVAL_P(return_value), start_key, &val, sizeof(zval *), NULL); in PHP_FUNCTION()
1568 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL); in PHP_FUNCTION()
2079 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2196 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2396 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); in PHP_FUNCTION()
2542 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2633 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); in PHP_FUNCTION()
2670 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); in PHP_FUNCTION()
2879 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); in php_array_intersect_key()
3297 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); in php_array_diff_key()
[all …]
H A Dvar_unserializer.c377 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL); in process_nested_data()
/PHP-5.6/ext/opcache/
H A Dzend_shared_alloc.c434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL); in zend_shared_alloc_register_xlat_entry()
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o…
920 …if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, …
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c333zend_hash_index_update(&hash, Z_LVAL(op_array->literals[i].constant), (void**)&j, sizeof(int), NUL… in optimizer_compact_literals()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_result.c957zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, (void *) &data, sizeof(zval *… in MYSQLND_METHOD()
1212 zend_hash_index_update(Z_ARRVAL_P(row), in MYSQLND_METHOD()
1313 zend_hash_index_update(Z_ARRVAL_P(row), in MYSQLND_METHOD()
/PHP-5.6/ext/oci8/
H A Doci8_lob.c112zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descri… in php_oci_lob_create()
/PHP-5.6/main/
H A Dphp_variables.c694 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.6/ext/soap/
H A Dphp_encoding.c353zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)data, (void**)&node, sizeof(xmlNodePtr), NULL); in soap_check_zval_ref()
386 zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)node, (void**)data, sizeof(zval*), NULL); in soap_check_xml_ref()
2747 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr, sizeof(zval*), (void**)&ar2); in to_zval_array()
2752 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL); in to_zval_array()
2863 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL_P(key), &value, sizeof(zval *), NULL); in to_zval_map()
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c1784zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL); in PHP_FUNCTION()
1823 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &tmp, sizeof(zval *), NULL); in php_sybase_fetch_hash()

Completed in 123 milliseconds

12