Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/
H A Dsphinxapi.py38 SEARCHD_COMMAND_SEARCH = 0 variable
733 req = pack('>HHLLL', SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, length, 0, len(self._reqs))+req
H A Dsphinxapi.php1241 …$req = pack ( "nnNNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, 0, $nreqs ) . $req; // ad…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/
H A Dsphinxapi.py25 SEARCHD_COMMAND_SEARCH = 0 variable
654 req = pack('>HHLLL', SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, length, 0, len(self._reqs))+req
H A Dsphinxapi.php1121 …$req = pack ( "nnNNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, 0, $nreqs ) . $req; // ad…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/java/
H A DSphinxClient.java82 private final static int SEARCHD_COMMAND_SEARCH = 0; field in SphinxClient
978 DataInputStream in =_DoRequest ( SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, reqBuf ); in RunQueries()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/java/
H A DSphinxClient.java96 private final static int SEARCHD_COMMAND_SEARCH = 0; field in SphinxClient
994 DataInputStream in =_DoRequest ( SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, reqBuf ); in RunQueries()
/dports/textproc/p5-Sphinx-Search/Sphinx-Search-0.31/lib/Sphinx/
H A DSearch.pm120 use constant SEARCHD_COMMAND_SEARCH => 0; constant
1858 $req = pack ( "nnN/a*", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $req); # add header
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/lib/sphinx/
H A Dclient.rb55 SEARCHD_COMMAND_SEARCH = 0 constant in Sphinx.Client
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/lib/sphinx/
H A Dclient.rb49 SEARCHD_COMMAND_SEARCH = 0 constant in Sphinx.Client
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/libsphinxclient/
H A Dsphinxclient.c68 SEARCHD_COMMAND_SEARCH = 0, enumerator
1826 send_word ( &req, SEARCHD_COMMAND_SEARCH ); in sphinx_run_queries()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/spec/fixtures/
H A Dsphinxapi.php824 …$req = pack ( "nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs ) . $req; // add he…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/spec/fixtures/
H A Dsphinxapi.php824 …$req = pack ( "nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs ) . $req; // add he…
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/libsphinxclient/
H A Dsphinxclient.c76 SEARCHD_COMMAND_SEARCH = 0, enumerator
2006 send_word ( &req, SEARCHD_COMMAND_SEARCH ); in sphinx_run_queries()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1931 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1903 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1948 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1948 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1949 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1948 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1948 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc165 SEARCHD_COMMAND_SEARCH = 0, enumerator
1949 SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
/dports/www/phpbb3/phpBB3/includes/
H A Dsphinxapi.php1121 …$req = pack ( "nnNNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, 0, $nreqs ) . $req; // ad…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearchd.cpp472 SEARCHD_COMMAND_SEARCH = 0, enumerator
3715 tOut.SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
9582 …search" ); dStatus.Add().SetSprintf ( FMT64, g_pStats->m_iCommandCount[SEARCHD_COMMAND_SEARCH] ); in BuildStatus()
9922 case SEARCHD_COMMAND_SEARCH: HandleCommandSearch ( iSock, iCommandVer, tBuf ); break; in HandleClientSphinx()
11491 StatCountCommand ( SEARCHD_COMMAND_SEARCH, iSelect ); in HandleMysqlMultiStmt()
11941 StatCountCommand ( SEARCHD_COMMAND_SEARCH ); in Execute()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsearchd.cpp658 SEARCHD_COMMAND_SEARCH = 0, enumerator
6129 tOut.SendWord ( SEARCHD_COMMAND_SEARCH ); // command id in BuildRequest()
14171 dStatus.Add().SetSprintf ( FMT64, g_pStats->m_iCommandCount[SEARCHD_COMMAND_SEARCH] ); in BuildStatus()
14871 case SEARCHD_COMMAND_SEARCH: HandleCommandSearch ( iSock, iCommandVer, tBuf, pThd ); break; in HandleClientSphinx()
17422 StatCountCommand ( SEARCHD_COMMAND_SEARCH, iSelect ); in HandleMysqlMultiStmt()
18632 StatCountCommand ( SEARCHD_COMMAND_SEARCH ); in Execute()