Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_dismax_query.c313 solr_char_t *slop_str = NULL; in PHP_METHOD() local
333 slop_str = Z_STRVAL_P(slop); in PHP_METHOD()
340 solr_string_appends(&boost_slop_buffer, (solr_char_t *)slop_str , Z_STRLEN_P(slop)); in PHP_METHOD()
990 solr_char_t *slop_str = NULL; in add_phrase_field() local
1003 slop_str = Z_STRVAL_P(slop); in add_phrase_field()
1010 solr_string_appends(&boost_slop_buffer, (solr_char_t *)slop_str , Z_STRLEN_P(slop)); in add_phrase_field()