Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/Zend/
H A Dzend_hash.h121 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ macro
353 ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_index_update(ht, idx, pData, nDataSize, pDest));
H A Dzend_API.c1315 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_long()
1326 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_null()
1337 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_bool()
1348 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_resource()
1359 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_double()
1370 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_string()
1381 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); in add_index_stringl()
1503 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); in add_get_index_long()
1514 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); in add_get_index_double()
1525 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.c289 return zend_hash_index_update(ht, h, pData, nDataSize, pDest); in _zend_hash_quick_add_or_update()
832 zend_hash_index_update(target, p->h, p->pData, size, &new_entry); in zend_hash_copy()
861 …if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target,… in _zend_hash_merge()
/PHP-5.5/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.c364 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), (void **)&retval); in spl_array_get_dimension_ptr_ptr()
483 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()
/PHP-5.5/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.5/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.5/ext/pdo/
H A Dpdo_sql_parser.c700 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL); in pdo_parse_params()
721 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);
H A Dpdo_stmt.c408 zend_hash_index_update(hash, param->paramno, param, sizeof(*param), in really_register_bound_param()
1060zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(… in do_fetch()
/PHP-5.5/ext/standard/
H A Darray.c1529 zend_hash_index_update(Z_ARRVAL_P(return_value), start_key, &val, sizeof(zval *), NULL); in PHP_FUNCTION()
1563 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL); in PHP_FUNCTION()
2199 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2316 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2516 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); in PHP_FUNCTION()
2662 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2764 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); in PHP_FUNCTION()
2801 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); in PHP_FUNCTION()
3010 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); in php_array_intersect_key()
3428 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.c339 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL); in process_nested_data()
H A Dvar_unserializer.re343 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL);
/PHP-5.5/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…
853 …if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, …
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c811 zend_hash_index_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_unbuffered()
1052 zend_hash_index_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_buffered()
/PHP-5.5/ext/oci8/
H A Doci8_lob.c108zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descri… in php_oci_lob_create()
/PHP-5.5/main/
H A Dphp_variables.c605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c355zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)data, (void**)&node, sizeof(xmlNodePtr), NULL); in soap_check_zval_ref()
388 zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)node, (void**)data, sizeof(zval*), NULL); in soap_check_xml_ref()
2749 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr, sizeof(zval*), (void**)&ar2); in to_zval_array()
2754 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL); in to_zval_array()
2865 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL_P(key), &value, sizeof(zval *), NULL); in to_zval_map()
/PHP-5.5/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()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c894zend_hash_index_update(&PCNTL_G(php_signal_table), signo, (void **) &handle, sizeof(zval *), (void… in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c348 return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL); in add_zval()

Completed in 100 milliseconds

12