Home | History | Annotate | Download | only in engine

Lines Matching refs:handle

46 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle);
66 if (dicinfo->handle != NULL) {
76 loctset->loct.handle = dicinfo->handle;
136 if (loctset->loct.handle == NULL) {
140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
209 if ((loctset->loct.handle == NULL) ||
215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
337 ((loctset->loct.handle != NULL) &&
339 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
382 if (loctset->loct.handle == NULL) {
386 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
417 if (dicinfo->handle == NULL) {
423 type = NJ_GET_DIC_TYPE_EX(NJ_GET_DIC_INFO(dicinfo), dicinfo->handle);
486 if (result->word.stem.loc.handle == NULL) {
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
544 if (result->word.stem.loc.handle == NULL) {
548 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
580 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle) {
587 addr = handle;
665 return njd_l_check_dic(iwnn, handle);
791 dhdl = cursor->cond.ds->dic[cnt].handle;
839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size) {
846 if (handle == NULL) {
859 + NJ_INT32_READ(handle + NJ_DIC_POS_DATA_SIZE)
860 + NJ_INT32_READ(handle + NJ_DIC_POS_EXT_SIZE))) {
864 return njd_check_dic(iwnn, handle);
874 loctset->loct.handle = NULL;
896 word->stem.loc.handle = NULL;