Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_types.h412 typedef void (*solr_param_tostring_func_t)(solr_param_t *solr_param, solr_string_t *buffer, zend_bo… typedef
H A Dsolr_functions_params.c1369 solr_param_tostring_func_t tostring_func = NULL; in solr_params_to_string()