Home
last modified time | relevance | path

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

/dports/mail/spamprobe/spamprobe-1.4d/src/database/
H A DFrequencyDBImpl_pbl.cc54 if (pbl_errno == PBL_ERROR_NOT_FOUND) { in throw_on_error()
55 return PBL_ERROR_NOT_FOUND; in throw_on_error()
71 if (pbl_errno == PBL_ERROR_NOT_FOUND) { in warn_on_error()
72 return PBL_ERROR_NOT_FOUND; in warn_on_error()
211 if (rc == PBL_ERROR_NOT_FOUND) { in writeWord()
247 if (rc == PBL_ERROR_NOT_FOUND) { in readWord()
281 if (rc == PBL_ERROR_NOT_FOUND) { in getWord()
/dports/databases/libpbl/pbl_1_04_04/src/
H A DpblIterator.c444 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorNext()
454 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorNext()
472 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorNext()
486 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorNext()
501 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorNext()
540 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorPrevious()
550 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorPrevious()
569 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorPrevious()
583 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorPrevious()
600 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIteratorPrevious()
H A Dpblhash.c414 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtLookup()
454 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtFirst()
503 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtNext()
534 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtCurrentKey()
557 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtCurrent()
656 pbl_errno = PBL_ERROR_NOT_FOUND; in pblHtRemove()
H A Dpblkf.c459 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblBlockHashInsert()
526 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblBlockHashRemove()
601 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblBlockHashFind()
2514 pbl_errno = PBL_ERROR_NOT_FOUND; in pblItemFind()
2553 if( pbl_errno != PBL_ERROR_NOT_FOUND ) in pblItemAdd()
5712 pbl_errno = PBL_ERROR_NOT_FOUND; in pblPositionCheck()
6170 pbl_errno = PBL_ERROR_NOT_FOUND; in pblFindRec()
6248 pbl_errno = PBL_ERROR_NOT_FOUND; in pblFindRec()
6267 if( pbl_errno != PBL_ERROR_NOT_FOUND ) in pblFindRec()
6293 pbl_errno = PBL_ERROR_NOT_FOUND; in pblFindRec()
[all …]
H A Dpblisam.c1137 if( pbl_errno != PBL_ERROR_NOT_FOUND ) in pblIsamInsert()
1938 pbl_errno = PBL_ERROR_NOT_FOUND; in pblIsamFindDupKey()
2627 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblIsamReadDatalen()
2718 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblIsamReadData()
2896 if( pbl_errno == PBL_ERROR_NOT_FOUND ) in pblIsamUpdateData()
H A Dpbliftst.c980 if(( rc < 0 ) && ( pbl_errno != PBL_ERROR_NOT_FOUND )) in pblISAMFILE_TestFrame()
H A Dpbl.h208 #define PBL_ERROR_NOT_FOUND ( PBL_ERROR_BASE + 3 ) macro