HomeSort by: relevance | last modified time | path
    Searched refs:aPg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 21404 const u8 *aPg;
21407 aPg = sqlite3_column_blob(pStmt, 0);
21409 if( pgno==1 && nPg==p->pgsz && 0==memcmp(p->pPage1Cache, aPg, nPg) ){
21410 aPg = p->pPage1Disk;
21412 sqlite3_result_blob(pCtx, aPg, nPg-p->nReserve, SQLITE_TRANSIENT);
22957 u8 *aPg = 0;
22961 aPg = (u8*)sqlite3_malloc(2*nMax);
22962 if( aPg==0 ) return SQLITE_NOMEM;
22963 aTmp = &aPg[nMax];
22971 memset(aPg, 0, nMax)
    [all...]
sqlite3.c     [all...]

Completed in 98 milliseconds