Searched refs:PBL_ERROR_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance
54 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()
444 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()
414 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()
459 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 …]
1137 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()
980 if(( rc < 0 ) && ( pbl_errno != PBL_ERROR_NOT_FOUND )) in pblISAMFILE_TestFrame()
208 #define PBL_ERROR_NOT_FOUND ( PBL_ERROR_BASE + 3 ) macro