Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/unsupported/
H A Dmarket.st287 | iGot quant |
291 iGot := myMerch sell: quant.
292 inventory := inventory + iGot.
293 cash := cash - (myMerch getPaid: iGot * price).
294 ^iGot
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dindextool.cpp120 int iGot = fread ( sBuf1.Begin()+iBuf1, 1, sBuf1.GetLength()-iBuf1, fp ); in CharsetFold() local
121 if ( iGot<0 ) in CharsetFold()
124 if ( iGot==0 ) in CharsetFold()
131 const BYTE * pInMax = pIn + iBuf1 + iGot; in CharsetFold()
139 if ( ( iBuf1+iGot )==sBuf1.GetLength() && iGot!=0 ) in CharsetFold()
169 BYTE * pRealEnd = sBuf1.Begin() + iBuf1 + iGot; in CharsetFold()
H A Dsphinx.cpp509 if ( iGot==-1 ) in Read()
521 if ( iGot==0 ) in Read()
528 iToRead -= iGot; in Read()
529 pCur += iGot; in Read()
533 m_pStat->m_iBytes += iGot; in Read()
26327 int iGot = tSchema.GetAttrIndex ( tCol.m_sName.cstr() ); in AddFieldLens() local
26328 if ( iGot>=0 ) in AddFieldLens()
31201 if ( !iGot ) in SplitColumns()
31216 m_iBufUsed += iGot; in SplitColumns()
31393 if ( !iGot ) in SplitColumns()
[all …]
H A Dsearchd.cpp3583 int iGot = sphSockRead ( m_iSock, pBuf + iCur, iLen, iTimeout, bIntr ); in ReadFrom() local
3592 m_bError = ( iGot!=iLen ); in ReadFrom()
15374 int iGot = tStmt.m_dInsertValues.GetLength(); in HandleMysqlInsert() local
15378 sError.SetSprintf ( "column count does not match schema (expected %d, got %d)", iSchemaSz, iGot ); in HandleMysqlInsert()
15383 if ( ( iGot % iExp )!=0 ) in HandleMysqlInsert()
15386 sError.SetSprintf ( "column count does not match value count (expected %d, got %d)", iExp, iGot ); in HandleMysqlInsert()
17368 int iGot = 0; in HandleMysqlDelete() local
17370 SphinxqlReplyParser_t tParser ( &iGot, &iWarns ); in HandleMysqlDelete()
17372 iAffected += iGot; in HandleMysqlDelete()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc2926 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2927 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc2862 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2863 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc2931 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2932 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc2931 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2932 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc2921 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2922 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc2927 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2928 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc2927 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2928 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc2921 int iGot = ::recv ( iSocket, sHeader, sizeof(sHeader), RECV_FLAGS ); in index_read() local
2922 if ( iGot!=sizeof(sHeader) ) in index_read()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearchd.cpp2849 int iGot = sphSockRead ( m_iSock, pBuf + iCur, iLen, iTimeout, bIntr ); in ReadFrom() local
2858 m_bError = ( iGot!=iLen ); in ReadFrom()
10168 int iGot = tStmt.m_dInsertValues.GetLength(); in HandleMysqlInsert() local
10172 sError.SetSprintf ( "column count does not match schema (expected %d, got %d)", iSchemaSz, iGot ); in HandleMysqlInsert()
10177 if ( ( iGot % iExp )!=0 ) in HandleMysqlInsert()
10180 sError.SetSprintf ( "column count does not match value count (expected %d, got %d)", iExp, iGot ); in HandleMysqlInsert()
H A Dsphinx.cpp717 int64_t iGot = (int64_t) sphRead ( GetFD(), pCur, (size_t)iToReadOnce ); in Read() local
718 if ( iGot<=0 ) in Read()
721 iToRead -= iGot; in Read()
722 pCur += iGot; in Read()
726 m_pStat->m_iBytes += iGot; in Read()