Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.cpp28158 static xmysql_fetch_row m_pmysql_fetch_row; member in CMysql
28175 #define sph_mysql_fetch_row (*CMysql::m_pmysql_fetch_row)
28188 (void**)&m_pmysql_num_fields, (void**)&m_pmysql_fetch_row, (void**)&m_pmysql_fetch_fields,
28203 xmysql_fetch_row CMysql::m_pmysql_fetch_row = (xmysql_fetch_row)CMysql::Stub; member in CMysql