Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_params.c207 solr_param_fetch_func_t fetch_func = (solr_param_fetch_func_t) solr_normal_param_value_fetch; in solr_unserialize_get_param_normal()
276 solr_param_fetch_func_t fetch_func = (solr_param_fetch_func_t) solr_simple_list_param_value_fetch; in solr_unserialize_get_param_simple_list()
345 solr_param_fetch_func_t fetch_func = (solr_param_fetch_func_t) solr_arg_list_param_value_fetch; in solr_unserialize_get_param_arg_list()
H A Dsolr_types.h374 typedef void (*solr_param_fetch_func_t)(void *solr_param, solr_string_t *buffer); typedef
395solr_param_fetch_func_t fetch_func; /* Retrieves all the value contents as a single solr_string…
H A Dsolr_functions_params.c191 … allow_multiple, solr_param_value_equal_func_t value_equal_func, solr_param_fetch_func_t param_fet… in solr_create_new_param()
275 …gth, param_type, allow_multiple, solr_normal_param_value_equal, (solr_param_fetch_func_t) solr_nor… in solr_add_or_set_normal_param()
331 …param_type, allow_multiple, solr_simple_list_param_value_equal, (solr_param_fetch_func_t) solr_sim… in solr_add_simple_list_param()
390 …param_type, allow_multiple, solr_simple_list_param_value_equal, (solr_param_fetch_func_t) solr_sim… in solr_add_simple_list_param_ex()
460 …h, param_type, allow_multiple, solr_arg_list_param_value_equal, (solr_param_fetch_func_t) solr_arg… in solr_add_arg_list_param()
544 …h, param_type, allow_multiple, solr_arg_list_param_value_equal, (solr_param_fetch_func_t) solr_arg… in solr_add_arg_list_param_ex()
H A Dphp_solr.h733 … allow_multiple, solr_param_value_equal_func_t value_equal_func, solr_param_fetch_func_t param_fet…