Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_query.c2890 COMPAT_ARG_SIZE_T query_field_length = 0; in PHP_METHOD() local
2899 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &query_field, &query_field_length, &boost_value, … in PHP_METHOD()
2906 …if (solr_add_arg_list_param(getThis(), param_name, param_name_len, query_field, query_field_length in PHP_METHOD()