Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp42 bool ParseFields ( CSphSmallBitvec & uFields, int & iMaxFieldPos, bool & bIgnore );
377 bool XQParser_t::ParseFields ( CSphSmallBitvec & dFields, int & iMaxFieldPos, bool & bIgnore ) in ParseFields() argument
380 iMaxFieldPos = 0; in ParseFields()
503 iMaxFieldPos = strtoul ( pPtr+1, NULL, 10 ); in ParseFields()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp58 bool ParseFields ( FieldMask_t & uFields, int & iMaxFieldPos, bool & bIgnore );
505 bool XQParser_t::ParseFields ( FieldMask_t & dFields, int & iMaxFieldPos, bool & bIgnore ) in ParseFields() argument
508 iMaxFieldPos = 0; in ParseFields()
631 iMaxFieldPos = strtoul ( pPtr+1, NULL, 10 ); in ParseFields()