Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_eventrecorder.cpp208 bool* pRc) { in OnField_Calculate() argument
210 ASSERT(pRc); in OnField_Calculate()
218 m_pbRc = pRc; in OnField_Calculate()
Dcjs_event_context.cpp204 bool* pRc) { in OnField_Calculate() argument
205 m_pEventRecorder->OnField_Calculate(pSource, pTarget, pValue, pRc); in OnField_Calculate()
Dcjs_event_context_stub.h55 bool* pRc) override {} in OnField_Calculate() argument
Dcjs_event_context.h64 bool* pRc) override;
/external/sqlite/dist/
Dshell.c7036 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc() argument
7038 assert( *pRc==SQLITE_OK ); in idxMalloc()
7044 *pRc = SQLITE_NOMEM; in idxMalloc()
7092 int *pRc, in idxHashAdd() argument
7107 pEntry = idxMalloc(pRc, sizeof(IdxHashEntry) + nKey+1 + nVal+1); in idxHashAdd()
7158 static IdxConstraint *idxNewConstraint(int *pRc, const char *zColl){ in idxNewConstraint() argument
7162 assert( *pRc==SQLITE_OK ); in idxNewConstraint()
7163 pNew = (IdxConstraint*)idxMalloc(pRc, sizeof(IdxConstraint) * nColl + 1); in idxNewConstraint()
7538 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize() argument
7540 if( *pRc==SQLITE_OK ) *pRc = rc; in idxFinalize()
[all …]
Dsqlite3.c22224 int *pRc /* OUT: Error code. SQLITE_OK or ERROR */ in localtimeOffset() argument
22257 *pRc = SQLITE_ERROR; in localtimeOffset()
22273 *pRc = SQLITE_OK; in localtimeOffset()
65896 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){
65925 *pRc = SQLITE_CORRUPT_PAGE(pPg);
65939 *pRc = SQLITE_CORRUPT_PAGE(pPg);
65946 *pRc = SQLITE_CORRUPT_PAGE(pPg);
166413 SQLITE_PRIVATE int sqlite3Fts3EvalTestDeferred(Fts3Cursor *pCsr, int *pRc);
166755 int *pRc, /* Success code */
166762 if( *pRc ) return;
[all …]
/external/sqlite/dist/orig/
Dshell.c7031 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc() argument
7033 assert( *pRc==SQLITE_OK ); in idxMalloc()
7039 *pRc = SQLITE_NOMEM; in idxMalloc()
7087 int *pRc, in idxHashAdd() argument
7102 pEntry = idxMalloc(pRc, sizeof(IdxHashEntry) + nKey+1 + nVal+1); in idxHashAdd()
7153 static IdxConstraint *idxNewConstraint(int *pRc, const char *zColl){ in idxNewConstraint() argument
7157 assert( *pRc==SQLITE_OK ); in idxNewConstraint()
7158 pNew = (IdxConstraint*)idxMalloc(pRc, sizeof(IdxConstraint) * nColl + 1); in idxNewConstraint()
7533 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize() argument
7535 if( *pRc==SQLITE_OK ) *pRc = rc; in idxFinalize()
[all …]
Dsqlite3.c22224 int *pRc /* OUT: Error code. SQLITE_OK or ERROR */ in localtimeOffset() argument
22257 *pRc = SQLITE_ERROR; in localtimeOffset()
22273 *pRc = SQLITE_OK; in localtimeOffset()
65880 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){
65909 *pRc = SQLITE_CORRUPT_PAGE(pPg);
65923 *pRc = SQLITE_CORRUPT_PAGE(pPg);
65930 *pRc = SQLITE_CORRUPT_PAGE(pPg);
166397 SQLITE_PRIVATE int sqlite3Fts3EvalTestDeferred(Fts3Cursor *pCsr, int *pRc);
166739 int *pRc, /* Success code */
166746 if( *pRc ) return;
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c22269 int *pRc /* OUT: Error code. SQLITE_OK or ERROR */ in localtimeOffset() argument
22302 *pRc = SQLITE_ERROR; in localtimeOffset()
22318 *pRc = SQLITE_OK; in localtimeOffset()
66027 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){
66056 *pRc = SQLITE_CORRUPT_PAGE(pPg);
66070 *pRc = SQLITE_CORRUPT_PAGE(pPg);
66077 *pRc = SQLITE_CORRUPT_PAGE(pPg);
167107 SQLITE_PRIVATE int sqlite3Fts3EvalTestDeferred(Fts3Cursor *pCsr, int *pRc);
167449 int *pRc, /* Success code */
167456 if( *pRc ) return;
[all …]
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout4652 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){
4681 *pRc = sqlite3CorruptError(1568);
4695 *pRc = sqlite3CorruptError(1582);
4702 *pRc = sqlite3CorruptError(1589);