Lines Matching refs:nRes

183   SWIsltsResult          nRes = SWIsltsSuccess;
193 nRes = SWIsltsErrAllocResource;
200 nRes = SWIsltsErrAllocResource;
213 nRes = SWIsltsErrAllocResource;
230 return nRes;
236 SWIsltsResult nRes = SWIsltsSuccess;
250 return nRes;
255 SWIsltsResult nRes = SWIsltsSuccess;
263 nRes = SWIsltsErrAllocResource;
272 nRes = SWIsltsErrAllocResource;
278 nRes = SWIsltsErrAllocResource;
302 return nRes;
308 SWIsltsResult nRes = SWIsltsSuccess;
322 return nRes;
327 SWIsltsResult nRes = SWIsltsSuccess;
335 nRes = SWIsltsErrAllocResource;
343 nRes = SWIsltsErrAllocResource;
353 nRes = SWIsltsErrAllocResource;
364 nRes = SWIsltsErrAllocResource;
374 return nRes;
380 SWIsltsResult nRes = SWIsltsSuccess;
399 return nRes;
405 SWIsltsResult nRes = SWIsltsSuccess;
419 nRes = SWIsltsErrAllocResource;
425 nRes = SWIsltsErrAllocResource;
433 nRes = SWIsltsErrAllocResource;
444 nRes = SWIsltsErrAllocResource;
468 return nRes;
473 SWIsltsResult nRes = SWIsltsSuccess;
495 return nRes;
501 SWIsltsResult nRes = SWIsltsSuccess;
513 nRes = load_letter_mapping(fp, plm);
514 if (nRes != SWIsltsSuccess) {
522 nRes = load_lquestions(pquestions, num_questions, fp);
523 if (nRes != SWIsltsSuccess) {
534 nRes = SWIsltsInternalErr;
540 nRes = SWIsltsErrAllocResource;
549 nRes = SWIsltsErrAllocResource;
557 nRes = SWIsltsErrAllocResource;
563 nRes = SWIsltsErrAllocResource;
569 nRes = SWIsltsErrAllocResource;
610 return nRes;
617 SWIsltsResult nRes = SWIsltsSuccess;
650 return nRes;
655 SWIsltsResult nRes = SWIsltsSuccess;
696 nRes = SWIsltsErrAllocResource;
711 nRes = SWIsltsInternalErr;
723 nRes = SWIsltsErrAllocResource;
737 return nRes;
742 SWIsltsResult nRes = SWIsltsSuccess;
754 return nRes;
759 SWIsltsResult nRes = SWIsltsSuccess;
772 nRes = SWIsltsErrAllocResource;
781 nRes = SWIsltsErrAllocResource;
803 return nRes;
809 SWIsltsResult nRes = SWIsltsSuccess;
824 return nRes;
830 SWIsltsResult nRes = SWIsltsSuccess;
843 nRes = SWIsltsErrAllocResource;
852 nRes = SWIsltsFileOpenErr;
855 nRes = load_phone_mapping(fp, &lts->phone_mapping);
856 if (nRes != SWIsltsSuccess) {
857 PLogError(L("SWIsltsErr: load_phone_mapping() failed: Err_code = %d\n"), nRes);
861 nRes = load_question_strings(lts, fp);
862 if (nRes != SWIsltsSuccess) {
863 PLogError(L("SWIsltsErr: load_question_strings() failed: Err_code = %d\n"), nRes);
867 nRes = load_outputs(&(lts->outputs), &(lts->input_for_output), &lts->num_outputs, fp);
868 if (nRes != SWIsltsSuccess) {
869 PLogError(L("SWIsltsErr: load_outputs() failed: Err_code = %d\n"), nRes);
877 nRes = load_trees(&(lts->trees), &(lts->num_letters),
881 if (nRes != SWIsltsSuccess) {
882 PLogError(L("SWIsltsErr: load_trees() failed: Err_code = %d\n"), nRes);
886 nRes = load_allowable_cons_comb(lts, fp);
887 if (nRes != SWIsltsSuccess) {
888 PLogError(L("SWIsltsErr: load_allowable_cons_comb() failed: Err_code = %d\n"), nRes);
903 return nRes;
909 SWIsltsResult nRes = SWIsltsSuccess;
935 return nRes;
1533 SWIsltsResult nRes = SWIsltsSuccess;
1566 nRes = SWIsltsInternalErr;
1591 nRes = SWIsltsInternalErr;
1653 nRes = SWIsltsMaxInputExceeded;
1664 return nRes;
1671 SWIsltsResult nRes = SWIsltsSuccess;
1694 nRes = SWIsltsMaxInputExceeded;
1713 nRes = SWIsltsMaxInputExceeded;
1725 nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out);
1729 if (nRes != SWIsltsSuccess) {
1746 nRes = SWIsltsMaxInputExceeded;
1753 nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out);
1754 if (nRes != SWIsltsSuccess) {
1762 nRes = SWIsltsMaxInputExceeded;
1784 return nRes;