Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp1218 static void xqDump ( XQNode_t * pNode, const CSphSchema & tSch, int iIndent ) in xqDump() function
1233 xqDump ( pNode->m_dChildren[i], tSch, iIndent+1 ); in xqDump()
1269 xqDump ( tParsed.m_pRoot, *pSchema, 0 ); in sphParseExtendedQuery()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp1829 static void xqDump ( const XQNode_t * pNode, int iIndent ) in xqDump() function
1857 xqDump ( pNode->m_dChildren[i], iIndent+1 ); in xqDump()
1979 xqDump ( tParsed.m_pRoot, 0 ); in sphParseExtendedQuery()
4313 xqDump ( pNode, 0 ); in Dump()