Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_string.h122 PHP_SOLR_API int solr_string_equal(const solr_string_t *a, const solr_string_t *b);
H A Dsolr_string.c159 PHP_SOLR_API int solr_string_equal(const solr_string_t *a, const solr_string_t *b) in solr_string_equal() function
H A Dsolr_functions_params.c563 return solr_string_equal(&(a->contents.normal), &(b->contents.normal)); in solr_normal_param_value_equal()
570 return solr_string_equal(&(a->contents.simple_list), &(b->contents.simple_list)); in solr_simple_list_param_value_equal()
577 return solr_string_equal(&(a->contents.arg_list.value), &(b->contents.arg_list.value)); in solr_arg_list_param_value_equal()