Home
last modified time | relevance | path

Searched refs:solr_string_free (Results 1 – 13 of 13) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_client.c562 solr_string_free(&((options)->hostname)); in solr_free_options()
564 solr_string_free(&((options)->path)); in solr_free_options()
566 solr_string_free(&((options)->ssl_cert)); in solr_free_options()
567 solr_string_free(&((options)->ssl_key)); in solr_free_options()
569 solr_string_free(&((options)->ssl_cainfo)); in solr_free_options()
570 solr_string_free(&((options)->ssl_capath)); in solr_free_options()
576 solr_string_free(&((options)->update_url)); in solr_free_options()
577 solr_string_free(&((options)->search_url)); in solr_free_options()
579 solr_string_free(&((options)->ping_url)); in solr_free_options()
580 solr_string_free(&((options)->terms_url)); in solr_free_options()
[all …]
H A Dphp_solr_query.c565 solr_string_free(&fbuf); in PHP_METHOD()
610 solr_string_free(&fbuf); in PHP_METHOD()
650 solr_string_free(&fbuf); in PHP_METHOD()
690 solr_string_free(&fbuf); in PHP_METHOD()
730 solr_string_free(&fbuf); in PHP_METHOD()
775 solr_string_free(&fbuf); in PHP_METHOD()
815 solr_string_free(&fbuf); in PHP_METHOD()
855 solr_string_free(&fbuf); in PHP_METHOD()
925 solr_string_free(&fbuf); in PHP_METHOD()
965 solr_string_free(&fbuf); in PHP_METHOD()
[all …]
H A Dphp_solr_utils.c45 solr_string_free(&sbuilder); in PHP_METHOD()
75 solr_string_free(&sbuilder); in PHP_METHOD()
130 solr_string_free(&sbuilder); in PHP_METHOD()
189 solr_string_free(&buffer); in PHP_METHOD()
H A Dphp_solr_extract.c53 solr_string_free(&(intern->content_info->filename)); in solr_extract_free_object_handler()
54 solr_string_free(&(intern->content_info->stream_info.binary_content)); in solr_extract_free_object_handler()
55 solr_string_free(&(intern->content_info->stream_info.mime_type)); in solr_extract_free_object_handler()
H A Dphp_solr_client.c44 solr_string_free(&(options->update_url)); in solr_client_init_urls()
46 solr_string_free(&(options->search_url)); in solr_client_init_urls()
48 solr_string_free(&(options->ping_url)); in solr_client_init_urls()
49 solr_string_free(&(options->terms_url)); in solr_client_init_urls()
51 solr_string_free(&(options->get_url)); in solr_client_init_urls()
109 solr_string_free(&url_prefix); in solr_client_init_urls()
132 solr_string_free(&tmp_values_buffer); in solr_http_build_query()
601 solr_string_free(buffer); in PHP_METHOD()
1005 solr_string_free(qs_buffer); in PHP_METHOD()
1314 solr_string_free(&query_string); in PHP_METHOD()
[all …]
H A Dsolr_string.h110 #define solr_string_free(dest) solr_string_free_ex((dest) SOLR_MEM_DEBUG_RC) macro
134 #define solr_destroy_solr_string solr_string_free
H A Dsolr_functions_params.c677 solr_string_free(&tmp_buffer); in solr_simple_list_param_value_fetch()
734 solr_string_free(&tmp_buffer); in solr_arg_list_param_value_fetch()
845 solr_string_free(&tmp_buffer); in solr_arg_list_param_value_display()
972 solr_string_free(&tmp_buffer); in solr_simple_list_param_value_tostring()
1041 solr_string_free(&tmp_buffer); in solr_arg_list_param_value_tostring()
1054 solr_string_free(&(param_value->contents.normal)); in solr_normal_param_value_free()
1068 solr_string_free(&(param_value->contents.simple_list)); in solr_simple_list_param_value_free()
1082 solr_string_free(&(param_value->contents.arg_list.value)); in solr_arg_list_param_value_free()
1084 solr_string_free(&(param_value->contents.arg_list.arg)); in solr_arg_list_param_value_free()
H A Dphp_solr_params.c781 solr_string_free(&tmp_buffer); in PHP_METHOD()
873 solr_string_free(&(params_str)); in PHP_METHOD()
902 solr_string_free(&(params_str)); in PHP_METHOD()
H A Dsolr_string.c211 solr_string_free(dest); in solr_string_set_ex()
H A Dphp_solr_dismax_query.c349 solr_string_free(&boost_slop_buffer); in PHP_METHOD()
562 solr_string_free(value_boost_str); in PHP_METHOD()
1019 solr_string_free(&boost_slop_buffer); in add_phrase_field()
H A Dphp_solr_collapse_function.c283 solr_string_free(buffer); in PHP_METHOD()
H A Dphp_solr_response.c301 solr_string_free(&buffer); in solr_response_get_response_impl()
H A Dsolr_functions_helpers.c801 solr_string_free(&doc_serialized_buffer);
1506 solr_string_free(string);
1581 solr_string_free(&stream->content_info->filename);