Home
last modified time | relevance | path

Searched refs:destination_document (Results 1 – 2 of 2) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_input_document.c670 solr_document_t *destination_document = NULL; in PHP_METHOD() local
694 …if (solr_fetch_document_entry(OBJ_FOR_PROP(destination_document_zval), &destination_document) == F… in PHP_METHOD()
707 zend_hash_merge(destination_document->fields, source_document->fields, p_copy_ctor, overwrite); in PHP_METHOD()
710destination_document->field_count = (uint32_t) zend_hash_num_elements(destination_document->fields… in PHP_METHOD()
H A Dphp_solr_document.c1145 solr_document_t *destination_document = NULL; in PHP_METHOD() local
1169 …if (solr_fetch_document_entry(OBJ_FOR_PROP(destination_document_zval), &destination_document) == F… in PHP_METHOD()
1183 …zend_hash_merge(destination_document->fields, source_document->fields, p_copy_ctor, (int) overwrit… in PHP_METHOD()
1186destination_document->field_count = (uint32_t) zend_hash_num_elements(destination_document->fields… in PHP_METHOD()