| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_convert.c | 80 zend_hash_index_update( hash, hashIndex, 125 zend_hash_index_update( hash, hashIndex,
|
| /PHP_5_4/Zend/ |
| 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) {
|
| H A D | zend_hash.h | 120 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ macro 350 ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_index_update(ht, idx, pData, nDataSize, pDest));
|
| 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_operators.c | 621 zend_hash_index_update(Z_ARRVAL_P(op), 0, (void *) &entry, sizeof(zval *), NULL);
|
| H A D | zend_API.c | 1286 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1297 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1308 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1319 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1330 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1341 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1352 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), NULL); 1358 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &value, sizeof(zval *), NULL); 1474 return zend_hash_index_update(Z_ARRVAL_P(arg), index, (void *) &tmp, sizeof(zval *), dest); 1485 return zend_hash_index_update(Z_ARRVAL_ [all...] |
| /PHP_5_4/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_5_4/ext/oci8/ |
| H A D | oci8_interface.c | 1489 zend_hash_index_update((*(outarrs[ i ]))->value.ht, rows, (void *)&element, sizeof(zval*), NULL);
|
| H A D | oci8_lob.c | 108 zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descriptor *),NULL);
|
| H A D | oci8_statement.c | 503 if (zend_hash_index_update(statement->columns, counter, &column, sizeof(php_oci_out_column), (void**) &outcol) == FAILURE) {
|
| /PHP_5_4/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_5_4/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_5_4/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); 2751 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr, sizeof(zval*), (void**)&ar2); 2756 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL); 2867 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL_P(key), &value, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 1564 zend_hash_index_update(Z_ARRVAL_P(return_value), start_key, &val, sizeof(zval *), NULL); 1598 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL); 2234 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); 2339 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); 2554 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); 2606 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); 2719 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); 2756 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); 2965 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); 3383 zend_hash_index_update(Z_ARRVAL_ [all...] |
| 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 | streamsfuncs.c | 691 zend_hash_index_update(new_hash, num_ind, (void *)elem, sizeof(zval *), (void **)&dest_elem);
|
| /PHP_5_4/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_5_4/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_5_4/main/ |
| H A D | php_variables.c | 622 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/spl/ |
| 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); 643 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&intern->array->elements[i], sizeof(zval *), NULL); 646 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL);
|
| 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);
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_result.c | 829 zend_hash_index_update(Z_ARRVAL_P(row), 1079 zend_hash_index_update(Z_ARRVAL_P(row),
|