Searched refs:pConfig (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/contrib/opencsd/decoder/include/common/ |
| HD | ocsd_dcd_mngr.h | 96 …: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()
|
| HD | ocsd_dcd_tree.h | 157 …rr_t createDecoder(const std::string &decoderName, const int createFlags, const CSConfig *pConfig);
|
| /freebsd-13-stable/contrib/opencsd/decoder/source/c_api/ |
| HD | ocsd_c_api_custom_obj.cpp | 180 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()
|
| HD | ocsd_c_api.cpp | 172 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/ |
| HD | ocsd_dcd_tree.cpp | 396 …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/ |
| HD | sqlite3.c | 232297 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 …]
|