Home
last modified time | relevance | path

Searched refs:pConfig (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
HDocsd_dcd_mngr.h96 …:createDecoder(const int create_flags, const int instID, const CSConfig *pConfig, TraceComponent … in createDecoder() argument
102 bool bUnConfigured = (pConfig == 0); in createDecoder()
104 const Pc *pConf = dynamic_cast< const Pc * >(pConfig); in createDecoder()
314 CSConfig *pConfig = createConfig(pDataStruct); in createConfigFromDataStruct() local
315 if(!pConfig) in createConfigFromDataStruct()
317 *pConfigBase = pConfig; in createConfigFromDataStruct()
HDocsd_dcd_tree.h157 …rr_t createDecoder(const std::string &decoderName, const int createFlags, const CSConfig *pConfig);
/freebsd-13-stable/contrib/opencsd/decoder/source/c_api/
HDocsd_c_api_custom_obj.cpp180 CustomConfigWrapper *pConfig = new (std::nothrow) CustomConfigWrapper(pDataStruct); in createConfigFromDataStruct() local
181 if(!pConfig) in createConfigFromDataStruct()
191 pConfig->setCSID(csid); in createConfigFromDataStruct()
192 *pConfigBase = pConfig; in createConfigFromDataStruct()
HDocsd_c_api.cpp172 CSConfig *pConfig = 0; in ocsd_dt_create_decoder() local
173 err = pDcdMngr->createConfigFromDataStruct(&pConfig,decoder_cfg); in ocsd_dt_create_decoder()
177 err = dt->createDecoder(dName,create_flags,pConfig); in ocsd_dt_create_decoder()
179 *pCSID = pConfig->getTraceID(); in ocsd_dt_create_decoder()
180 delete pConfig; in ocsd_dt_create_decoder()
/freebsd-13-stable/contrib/opencsd/decoder/source/
HDocsd_dcd_tree.cpp396 …Tree::createDecoder(const std::string &decoderName, const int createFlags, const CSConfig *pConfig) in createDecoder() argument
406 CSID = pConfig->getTraceID(); in createDecoder()
424 if((err = pDecoderMngr->createDecoder(crtFlags,(int)CSID,pConfig,&pTraceComp)) != OCSD_OK) in createDecoder()
/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c232297 static int sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig);
232300 Fts5Config *pConfig, /* FTS5 Configuration object */
232451 static int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**);
232642 Fts5Config *pConfig; /* Virtual table configuration */
232785 Fts5Config *pConfig,
232793 Fts5Config *pConfig,
235867 Fts5Config *pConfig, /* Configuration object to update */
235878 if( pConfig->aPrefix==0 ){
235879 pConfig->aPrefix = sqlite3Fts5MallocZero(&rc, nByte);
235900 if( pConfig->nPrefix==FTS5_MAX_PREFIX_INDEXES ){
[all …]