Home
last modified time | relevance | path

Searched refs:ctl_read_entry (Results 1 – 2 of 2) sorted by relevance

/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c400 ctl_read_entry(FILE * fp, char *uttfile, int32 * sf, int32 * ef, in ctl_read_entry() function
472 if (ctl_read_entry(fp, uttfile, &sf, &ef, uttid) < 0) {
480 if (ctl_read_entry(fp, regmatfile, &sf, &ef, cb2mllrfile) <
493 if (ctl_read_entry(fp, uttfile, &sf, &ef, uttid) < 0)
499 if (ctl_read_entry
585 if (ctl_read_entry(fp, uttfile, &sf, &ef, uttid) < 0) { in ctl_process()
592 if (ctl_read_entry(ctllmfp, lmname, &sf, &ef, tmp) < 0) { in ctl_process()
603 if (ctl_read_entry(ctlmllrfp, regmatname, &sf, &ef, tmp) < in ctl_process()
620 if (ctl_read_entry(fp, uttfile, &sf, &ef, uttid) < 0) in ctl_process()
625 if (ctl_read_entry(ctllmfp, lmname, &tmp1, &tmp2, tmp) < 0) { in ctl_process()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dcorpus.h231 int32 ctl_read_entry (FILE *fp, /**< In: an input file pointer */