Searched defs:pOut (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qat/qat_api/common/utils/ |
H A D | lac_sync.c | 90 CpaFlatBuffer *pOut) in LacSync_GenFlatBufCb() 104 CpaFlatBuffer *pOut) in LacSync_GenFlatBufVerifyCb()
|
/freebsd/stand/ficl/ |
H A D | testmain.c | 216 FILE *pOut; in spewHash() local
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 23976 Mem *pOut; /* The return value is stored here */ member 24158 sqlite3_value *pOut; /* Register to hold each decoded output value */ member 34678 void *pOut; /* Result returned by the thread */ member 35846 char *pOut = p->u.zToken; in sqlite3DequoteNumber() local 36411 SQLITE_PRIVATE int sqlite3DecOrHexToI64(const char *z, i64 *pOut){ in sqlite3DecOrHexToI64() 37324 VList *pOut = sqlite3DbRealloc(db, pIn, nAlloc*sizeof(int)); in sqlite3VListAdd() local 54575 unsigned char *pOut; local 79514 u8 *pOut = &pSpace[4]; local 87043 VdbeOp *pOut, *pFirst; local 91853 Mem *pOut = pCtx->pOut; local [all …]
|
H A D | shell.c | 5207 static char* toBase64( u8 *pIn, int nbIn, char *pOut ){ in toBase64() 5251 static u8* fromBase64( char *pIn, int ncIn, u8 *pOut ){ in fromBase64() 5564 static char* toBase85( u8 *pIn, int nbIn, char *pOut, char *pSep ){ in toBase85() 5605 static u8* fromBase85( char *pIn, int ncIn, u8 *pOut ){ in fromBase85() 12501 Bytef *pOut; in sqlarCompressFunc() local 12548 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc() local
|