Home
last modified time | relevance | path

Searched refs:solr_string_remove_last_char (Results 1 – 5 of 5) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_string.h120 PHP_SOLR_API void solr_string_remove_last_char(solr_string_t *dest);
H A Dsolr_string.c90 PHP_SOLR_API void solr_string_remove_last_char(solr_string_t *dest) in solr_string_remove_last_char() function
H A Dphp_solr_client.c136 solr_string_remove_last_char(buffer); in solr_http_build_query()
1376 solr_string_remove_last_char(&query_string); in PHP_METHOD()
H A Dsolr_functions_helpers.c1573 solr_string_remove_last_char(buffer);
H A Dsolr_functions_params.c1398 solr_string_remove_last_char(&(tmp_buffer)); in solr_params_to_string()