| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_convert.c | 80 zend_hash_index_update( hash, hashIndex, 125 zend_hash_index_update( hash, hashIndex,
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 111 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 D | zend_list.c | 46 zend_hash_index_update(&EG(regular_list), index, (void *) &le, sizeof(zend_rsrc_list_entry), NULL);
|
| H A D | zend_hash.h | 120 #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 D | zend_API.c | 1315 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 D | zend_hash.c | 289 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 D | com_typeinfo.c | 587 zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL);
|
| H A D | com_wrapper.c | 490 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 D | oci8_lob.c | 108 zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descriptor *),NULL);
|
| /PHP_TRUNK/ext/pcntl/ |
| H A D | pcntl.c | 893 zend_hash_index_update(&PCNTL_G(php_signal_table), signo, (void **) &handle, sizeof(zval *), (void **) &dest_handle);
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_sql_parser.re | 339 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 D | pdo_stmt.c | 408 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 D | php_sybase_ct.c | 1784 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 D | xmlrpc-epi-php.c | 348 return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL);
|
| /PHP_TRUNK/main/ |
| H A D | php_variables.c | 605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | var_unserializer.c | 302 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL);
|
| H A D | var_unserializer.re | 306 zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL);
|
| H A D | array.c | 1529 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 D | php_encoding.c | 355 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 D | spl_array.c | 364 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 D | spl_fixedarray.c | 178 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 D | compact_literals.c | 333 zend_hash_index_update(&hash, Z_LVAL(op_array->literals[i].constant), (void**)&j, sizeof(int), NULL);
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_shared_alloc.c | 434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL);
|
| H A D | zend_accelerator_util_funcs.c | 34 # 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 D | mysqlnd_result.c | 808 zend_hash_index_update(Z_ARRVAL_P(row), 1048 zend_hash_index_update(Z_ARRVAL_P(row),
|