Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr.h684 #define solr_destroy_document solr_destroy_document_zv macro
686 #define solr_destroy_document solr_destroy_document_ex macro
H A Dphp_solr.c1299 zend_hash_init(SOLR_GLOBAL(documents), nSize, NULL, solr_destroy_document, persistent); in PHP_RINIT_FUNCTION()