Searched refs:zend_hash_index_update (Results 1 - 25 of 44) sorted by relevance

12

/PHP_TRUNK/ext/intl/collator/
H A Dcollator_convert.c80 zend_hash_index_update( hash, hashIndex,
125 zend_hash_index_update( hash, hashIndex,
/PHP_TRUNK/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp111 if (zend_hash_index_update(ret, (ulong)i, (void*)&t, sizeof(t), NULL)
205 if (zend_hash_index_update(ret, (ulong)argNumber, (void*)&bogusType,
/PHP_TRUNK/Zend/
H A Dzend_list.c46 zend_hash_index_update(&EG(regular_list), index, (void *) &le, sizeof(zend_rsrc_list_entry), NULL);
H A Dzend_hash.h120 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ macro
352 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);
1326 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1337 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1348 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1359 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1370 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1381 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL);
1387 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &value, sizeof(zval *), NULL);
1503 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest);
1514 return zend_hash_index_update(Z_ARRVAL_
[all...]
H A Dzend_hash.c289 return zend_hash_index_update(ht, h, pData, nDataSize, pDest);
392 ZEND_PUTS("Fatal error in zend_hash_index_update: p->pData == pData\n");
832 zend_hash_index_update(target, p->h, p->pData, size, &new_entry);
861 if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target, p->h, p->pData, size, &t)==SUCCESS && pCopyConstructor) {
/PHP_TRUNK/ext/com_dotnet/
H A Dcom_typeinfo.c587 zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL);
H A Dcom_wrapper.c490 zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL);
522 zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL);
/PHP_TRUNK/ext/oci8/
H A Doci8_lob.c108 zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descriptor *),NULL);
/PHP_TRUNK/ext/pcntl/
H A Dpcntl.c893 zend_hash_index_update(&PCNTL_G(php_signal_table), signo, (void **) &handle, sizeof(zval *), (void **) &dest_handle);
/PHP_TRUNK/ext/pdo/
H A Dpdo_sql_parser.re339 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL);
360 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),
1060 zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(val), &tmp, sizeof(zval *), NULL);
/PHP_TRUNK/ext/sybase_ct/
H A Dphp_sybase_ct.c1784 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL);
1823 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &tmp, sizeof(zval *), NULL);
/PHP_TRUNK/ext/xmlrpc/
H A Dxmlrpc-epi-php.c348 return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL);
/PHP_TRUNK/main/
H A Dphp_variables.c605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
/PHP_TRUNK/ext/standard/
H A Dvar_unserializer.c302 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL);
H A Dvar_unserializer.re306 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL);
H A Darray.c1529 zend_hash_index_update(Z_ARRVAL_P(return_value), start_key, &val, sizeof(zval *), NULL);
1563 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL);
2199 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL);
2304 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
2505 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
2651 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL);
2753 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL);
2790 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL);
2999 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL);
3417 zend_hash_index_update(Z_ARRVAL_
[all...]
/PHP_TRUNK/ext/soap/
H A Dphp_encoding.c355 zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)data, (void**)&node, sizeof(xmlNodePtr), NULL);
388 zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)node, (void**)data, sizeof(zval*), NULL);
2742 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr, sizeof(zval*), (void**)&ar2);
2747 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL);
2858 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL_P(key), &value, sizeof(zval *), NULL);
/PHP_TRUNK/ext/spl/
H A Dspl_array.c364 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), (void **)&retval);
483 zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), NULL);
H A Dspl_fixedarray.c178 zend_hash_index_update(ht, i, (void *)&intern->array->elements[i], sizeof(zval *), NULL);
181 zend_hash_index_update(ht, i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL);
675 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&intern->array->elements[i], sizeof(zval *), NULL);
678 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL);
/PHP_TRUNK/ext/opcache/Optimizer/
H A Dcompact_literals.c333 zend_hash_index_update(&hash, Z_LVAL(op_array->literals[i].constant), (void**)&j, sizeof(int), NULL);
/PHP_TRUNK/ext/opcache/
H A Dzend_shared_alloc.c434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL);
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), &(new), sizeof(void*), NULL)
799 if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, &t) == SUCCESS) {
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd_result.c808 zend_hash_index_update(Z_ARRVAL_P(row),
1048 zend_hash_index_update(Z_ARRVAL_P(row),

Completed in 62 milliseconds

12