Home
last modified time | relevance | path

Searched refs:solr_destroy_function (Results 1 – 3 of 3) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_helpers.c290 PHP_SOLR_API void solr_destroy_function(zval *solr_function) function
H A Dphp_solr.h690 PHP_SOLR_API void solr_destroy_function(zval *solr_function);
H A Dphp_solr.c1304 zend_hash_init(SOLR_GLOBAL(functions), nSize, NULL, solr_destroy_function, persistent); in PHP_RINIT_FUNCTION()