| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_sort.c | 512 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL );
|
| /PHP_5_4/Zend/ |
| H A D | zend_hash.h | 122 #define zend_hash_next_index_insert(ht, pData, nDataSize, pDest) \ macro
|
| H A D | zend_list.c | 285 if (zend_hash_next_index_insert(&list_destructors, (void *) &lde, sizeof(zend_rsrc_list_dtors_entry), NULL)==FAILURE) { 309 if (zend_hash_next_index_insert(&list_destructors, (void *) &lde, sizeof(zend_rsrc_list_dtors_entry), NULL)==FAILURE) {
|
| H A D | zend_API.c | 1369 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1380 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1391 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1402 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1413 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1424 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1435 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); 1441 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &value, sizeof(zval *), NULL);
|
| H A D | zend_builtin_functions.c | 470 zend_hash_next_index_insert(return_value->value.ht, &element, sizeof(zval *), NULL); 1085 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); 1096 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL); 1100 zend_hash_next_index_insert(return_value->value.ht, &method_name, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/curl/ |
| H A D | streams.c | 113 zend_hash_next_index_insert(Z_ARRVAL_P(curlstream->headers), &header, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/dom/ |
| H A D | xpath.c | 230 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 709 zend_hash_next_index_insert(new_hash, (void *)elem, sizeof(zval *), (void **)&dest_elem); 750 zend_hash_next_index_insert(new_hash, (void *)elem, sizeof(zval *), (void **)&dest_elem);
|
| /PHP_5_4/ext/oci8/ |
| H A D | oci8_interface.c | 1435 zend_hash_next_index_insert(Z_ARRVAL_P(row), &element, sizeof(zval*), NULL); 1447 zend_hash_next_index_insert(Z_ARRVAL_P(array), &row, sizeof(zval*), NULL); 1467 zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp, sizeof(zval*), (void **) &(outarrs[ i ]));
|
| /PHP_5_4/ext/simplexml/ |
| H A D | simplexml.c | 1044 zend_hash_next_index_insert(Z_ARRVAL_PP(data_ptr), &value, sizeof(zval *), NULL); 1050 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), data_ptr, sizeof(zval *), NULL); 1051 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), &value, sizeof(zval *), NULL); 1128 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); 1154 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); 1174 zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/soap/ |
| H A D | php_schema.c | 331 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); 344 zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); 358 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); 438 zend_hash_next_index_insert(cur_type->elements, &newType, sizeof(sdlTypePtr), (void **)&tmp); 473 zend_hash_next_index_insert(cur_type->elements, &newType, sizeof(sdlTypePtr), (void **)&tmp); 533 zend_hash_next_index_insert(cur_type->elements, &newType, sizeof(sdlTypePtr), (void **)&tmp); 569 zend_hash_next_index_insert(cur_type->elements, &newType, sizeof(sdlTypePtr), (void **)&tmp); 1025 zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); 1128 zend_hash_next_index_insert(model->u.content, &newModel, sizeof(sdlContentModelPtr), NULL); 1193 zend_hash_next_index_insert(mode [all...] |
| H A D | php_sdl.c | 608 zend_hash_next_index_insert(&ht, &x_param, sizeof(sdlParamPtr), NULL); 724 zend_hash_next_index_insert(parameters, ¶m, sizeof(sdlParamPtr), NULL); 1138 zend_hash_next_index_insert(&ctx.sdl->functions, &function, sizeof(sdlFunctionPtr), NULL); 1220 zend_hash_next_index_insert(ht, &data, sizeof(void*), NULL); 1303 zend_hash_next_index_insert(model->u.content,&x,sizeof(sdlContentModelPtr),NULL); 2417 zend_hash_next_index_insert(bp_types, (void*)&type, sizeof(sdlTypePtr*), NULL); 2434 zend_hash_next_index_insert(bp_encoders, (void*)&enc, sizeof(encodePtr*), NULL); 2485 zend_hash_next_index_insert(pheaders, (void*)&pheader, sizeof(sdlSoapBindingFunctionHeaderPtr), NULL); 2546 zend_hash_next_index_insert(pparams, (void*)&pparam, sizeof(sdlParamPtr), NULL); 2595 zend_hash_next_index_insert(pfault [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 1568 if (zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &val, sizeof(zval *), NULL) == SUCCESS) { 1888 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); 1900 zend_hash_next_index_insert(*removed, &entry, sizeof(zval *), NULL); 1915 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); 1924 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); 1955 if (zend_hash_next_index_insert(Z_ARRVAL_P(stack), &new_var, sizeof(zval *), NULL) == FAILURE) { 2236 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); 2300 zend_hash_next_index_insert(dest, src_entry, sizeof(zval *), NULL); 2487 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &new_val, sizeof(zval *), NULL); 2493 zend_hash_next_index_insert(Z_ARRVAL_ [all...] |
| H A D | filestat.c | 1041 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); 1042 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); 1043 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); 1044 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); 1045 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); 1046 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); 1048 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); 1049 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); 1050 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); 1051 zend_hash_next_index_insert(HASH_O [all...] |
| H A D | file.c | 1563 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); 1564 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); 1565 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); 1566 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); 1567 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); 1568 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); 1569 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); 1570 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); 1571 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); 1572 zend_hash_next_index_insert(HASH_O [all...] |
| H A D | http_fopen_wrapper.c | 702 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); 780 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL);
|
| /PHP_5_4/ext/xml/ |
| H A D | xml.c | 846 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),(void *) &parser->ctag); 890 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL); 993 zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL);
|
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 350 zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL);
|
| /PHP_5_4/main/ |
| H A D | output.c | 631 return zend_hash_next_index_insert(rev_ptr, &check_func, sizeof(php_output_handler_conflict_check_t *), NULL); 634 if (SUCCESS != zend_hash_next_index_insert(&rev, &check_func, sizeof(php_output_handler_conflict_check_t *), NULL)) {
|
| H A D | php_variables.c | 177 if (zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p) == FAILURE) { 210 if (zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p) == FAILURE) { 475 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { 495 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) {
|
| H A D | php_ini.c | 272 zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2, sizeof(zval), (void **) &entry);
|
| /PHP_5_4/ext/phar/ |
| H A D | func_interceptors.c | 574 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); 575 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); 576 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); 577 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); 578 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); 579 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); 581 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); 582 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); 583 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); 584 zend_hash_next_index_insert(HASH_O [all...] |
| /PHP_5_4/ext/spl/ |
| H A D | spl_array.c | 455 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); 492 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL);
|
| /PHP_5_4/ext/pcre/ |
| H A D | php_pcre.c | 527 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); 729 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); 784 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i], sizeof(zval *), NULL);
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_result.c | 803 zend_hash_next_index_insert(row_ht, &data, sizeof(zval *), NULL); 1053 zend_hash_next_index_insert(Z_ARRVAL_P(row), &data, sizeof(zval *), NULL);
|