Searched refs:pRc (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_eventrecorder.cpp | 208 bool* pRc) { in OnField_Calculate() argument 210 ASSERT(pRc); in OnField_Calculate() 218 m_pbRc = pRc; in OnField_Calculate()
|
D | cjs_event_context.cpp | 204 bool* pRc) { in OnField_Calculate() argument 205 m_pEventRecorder->OnField_Calculate(pSource, pTarget, pValue, pRc); in OnField_Calculate()
|
D | cjs_event_context_stub.h | 55 bool* pRc) override {} in OnField_Calculate() argument
|
D | cjs_event_context.h | 64 bool* pRc) override;
|
/external/sqlite/dist/orig/ |
D | shell.c | 7031 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 …]
|
/external/sqlite/dist/ |
D | shell.c | 7036 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 …]
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 4652 static u8 *pageFindSlot(MemPage *pPg, int nByte, int *pRc){ 4681 *pRc = sqlite3CorruptError(1568); 4695 *pRc = sqlite3CorruptError(1582); 4702 *pRc = sqlite3CorruptError(1589);
|