Searched defs:pConfig (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_mngr.h96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const CSConfig *pConfig, TraceComponent **ppTrcComp) argument
308 CSConfig *pConfig = createConfig(pDataStruct); local
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp180 CustomConfigWrapper *pConfig = new (std::nothrow) CustomConfigWrapper(pDataStruct); local
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp351 ocsd_err_t DecodeTree::createDecoder(const std::string &decoderName, const int createFlags, const CSConfig *pConfig) argument
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c212325 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Table
215465 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) argument
215629 fts5ConfigDefaultTokenizer(Fts5Global *pGlobal, Fts5Config *pConfig) argument
215869 sqlite3Fts5ConfigFree(Fts5Config *pConfig) argument
215896 sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig) argument
215942 sqlite3Fts5Tokenize( Fts5Config *pConfig, int flags, const char *pText, int nText, void *pCtx, int (*xToken)(void*, int, const char*, int, int, int) ) argument
216047 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
216141 sqlite3Fts5ConfigLoad(Fts5Config *pConfig, int iCookie) argument
216236 Fts5Config *pConfig; member in struct:Fts5Expr
216317 Fts5Config *pConfig; member in struct:Fts5Parse
216410 sqlite3Fts5ExprNew( Fts5Config *pConfig, int bPhraseToAnd, int iCol, const char *zExpr, Fts5Expr **ppNew, char **pzErr ) argument
216491 sqlite3Fts5ExprPattern( Fts5Config *pConfig, int bGlob, int iCol, const char *zText, Fts5Expr **pp ) argument
217960 Fts5Config *pConfig = pParse->pConfig; local
218222 Fts5Config *pConfig = pParse->pConfig; local
218660 fts5ExprPrintTcl( Fts5Config *pConfig, const char *zNearsetCmd, Fts5ExprNode *pExpr ) argument
218739 fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr) argument
218847 Fts5Config *pConfig = 0; local
219121 sqlite3Fts5ExprPopulatePoslists( Fts5Config *pConfig, Fts5Expr *pExpr, Fts5PoslistPopulator *aPopulator, int iCol, const char *z, int n ) argument
219332 sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte) argument
220086 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Index
220462 Fts5Config *pConfig = p->pConfig; local
220554 Fts5Config *pConfig = p->pConfig; local
220578 Fts5Config *pConfig = p->pConfig; local
220600 Fts5Config *pConfig = p->pConfig; local
220790 Fts5Config *pConfig = p->pConfig; local
222154 Fts5Config *pConfig = p->pConfig; local
223144 Fts5Config *pConfig = pIter->pIndex->pConfig; local
223914 Fts5Config *pConfig = p->pConfig; local
225131 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) argument
225252 Fts5Config *pConfig = p->pConfig; local
225287 Fts5Config *pConfig = p->pConfig; local
225480 Fts5Config *pConfig = p->pConfig; /* Configuration object */ local
225808 Fts5Config *pConfig = p->pConfig; local
226884 Fts5Config *pConfig = 0; /* Results of parsing argc/argv */ local
226985 fts5UsePatternMatch( Fts5Config *pConfig, struct sqlite3_index_constraint *p ) argument
227065 Fts5Config *pConfig = pTab->pConfig; local
227211 Fts5Config *pConfig = pTab->p.pConfig; local
227443 Fts5Config *pConfig = ((Fts5Table*)pCursor->pVtab)->pConfig; local
227467 fts5PrepareStatement( sqlite3_stmt **ppStmt, Fts5Config *pConfig, const char *zFmt, ... ) argument
227501 Fts5Config *pConfig = pTab->p.pConfig; local
227614 Fts5Config *pConfig = pTab->p.pConfig; local
227663 fts5CursorParseRank( Fts5Config *pConfig, Fts5Cursor *pCsr, sqlite3_value *pRank ) argument
227729 Fts5Config *pConfig = pTab->p.pConfig; local
228037 Fts5Config *pConfig = pTab->p.pConfig; local
228138 Fts5Config *pConfig = pTab->p.pConfig; local
228380 Fts5Config *pConfig = ((Fts5Table*)(pCsr->base.pVtab))->pConfig; local
228561 Fts5Config *pConfig = pTab->p.pConfig; local
228713 Fts5Config *pConfig = ((Fts5Table*)(pCsr->base.pVtab))->pConfig; local
228745 Fts5Config *pConfig = ((Fts5Table*)(pCsr->base.pVtab))->pConfig; local
228990 Fts5Config *pConfig = pTab->p.pConfig; local
229229 sqlite3Fts5GetTokenizer( Fts5Global *pGlobal, const char **azArg, int nArg, Fts5Config *pConfig, char **pzErr ) argument
229460 Fts5Config *pConfig; member in struct:Fts5Storage
229625 sqlite3Fts5DropAll(Fts5Config *pConfig) argument
229649 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
229664 Fts5Config *pConfig = pStorage->pConfig; local
229683 sqlite3Fts5CreateTable( Fts5Config *pConfig, const char *zPost, const char *zDefn, int bWithout, char **pzErr ) argument
229718 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) argument
229837 Fts5Config *pConfig = p->pConfig; local
229966 Fts5Config *pConfig = p->pConfig; local
230007 Fts5Config *pConfig = p->pConfig; local
230039 Fts5Config *pConfig = p->pConfig; local
230139 Fts5Config *pConfig = p->pConfig; local
230174 Fts5Config *pConfig = p->pConfig; local
230213 Fts5Config *pConfig = p->pConfig; local
230247 Fts5Config *pConfig; member in struct:Fts5IntegrityCtx
230325 Fts5Config *pConfig = p->pConfig; local
[all...]

Completed in 624 milliseconds