Home
last modified time | relevance | path

Searched refs:SOLR_FUNCTIONS_PERSISTENT (Results 1 – 4 of 4) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_collapse_function.c29 solr_function_dest = pemalloc(sizeof(solr_function_t), SOLR_FUNCTIONS_PERSISTENT); in PHP_METHOD()
53 …tion_dest->params, nSize, NULL, (dtor_func_t) solr_destroy_solr_string, SOLR_FUNCTIONS_PERSISTENT); in PHP_METHOD()
H A Dsolr_constants.h144 #define SOLR_FUNCTIONS_PERSISTENT 0 macro
H A Dsolr_functions_helpers.c296 pefree(function->params, SOLR_FUNCTIONS_PERSISTENT);
299 pefree(function, SOLR_FUNCTIONS_PERSISTENT);
1496 string = pemalloc(sizeof(solr_string_t), SOLR_FUNCTIONS_PERSISTENT);
H A Dphp_solr_query.c1745 zend_string *field_str = zend_string_init("field", sizeof("field"), SOLR_FUNCTIONS_PERSISTENT); in PHP_METHOD()