Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_constants.h139 #define SOLR_HASHTABLE_PERSISTENT 0 macro
H A Dsolr_macros.h65 #define SOLR_FREE_PTR(ptr) { if (ptr != NULL) { pefree(ptr,SOLR_HASHTABLE_PERSISTENT); ptr = NULL; …
H A Dphp_solr.c1287 zend_bool persistent = SOLR_HASHTABLE_PERSISTENT; in PHP_RINIT_FUNCTION()