Searched refs:hVocab (Results 1 – 2 of 2) sorted by relevance
43 CA_Vocab *hVocab = NULL; in CA_AllocateVocabulary() local47 hVocab = (CA_Vocab *) CALLOC_CLR(1, sizeof(CA_Vocab), "ca.hVocab"); in CA_AllocateVocabulary() local48 hVocab->is_loaded = False; in CA_AllocateVocabulary()49 hVocab->ca_rtti = CA_VOCABULARY_SIGNATURE; in CA_AllocateVocabulary()50 return (hVocab); in CA_AllocateVocabulary()53 END_CATCH_CA_EXCEPT(hVocab) in CA_AllocateVocabulary()57 void CA_FreeVocabulary(CA_Vocab *hVocab) in CA_FreeVocabulary() argument60 ASSERT(hVocab); in CA_FreeVocabulary()61 FREE((char *) hVocab); in CA_FreeVocabulary()65 END_CATCH_CA_EXCEPT(hVocab) in CA_FreeVocabulary()[all …]
590 void CA_FreeVocabulary(CA_Vocab *hVocab);603 void CA_LoadDictionary(CA_Vocab *hVocab,624 void CA_UnloadDictionary(CA_Vocab *hVocab);639 int CA_CheckEntryInDictionary(CA_Vocab *hVocab,654 int CA_GetEntryInDictionary(CA_Vocab *hVocab,1852 CA_Vocab *hVocab,