Lines Matching refs:searchState
273 picoos_bool * inSymFound, picoos_int32 * searchState) in picokfst_kfstStartPairSearch() argument
283 (*searchState) = -1; in picokfst_kfstStartPairSearch()
301 (*searchState) = pos; in picokfst_kfstStartPairSearch()
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair() argument
317 if ((*searchState) < 0) { in picokfst_kfstGetNextPair()
322 pos = (*searchState); in picokfst_kfstGetNextPair()
329 (*searchState) = pos; in picokfst_kfstGetNextPair()
334 (*searchState) = -1; in picokfst_kfstGetNextPair()
364 … picoos_bool * inEpsTransFound, picoos_int32 * searchState) in picokfst_kfstStartInEpsTransSearch() argument
371 (*searchState) = -1; in picokfst_kfstStartInEpsTransSearch()
377 (*searchState) = fst->inEpsStateTabPos + offs; in picokfst_kfstStartInEpsTransSearch()
386 extern void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextInEpsTrans() argument
394 if ((*searchState) < 0) { in picokfst_kfstGetNextInEpsTrans()
399 pos = (*searchState); in picokfst_kfstGetNextInEpsTrans()
406 (*searchState) = pos; in picokfst_kfstGetNextInEpsTrans()
411 (*searchState) = -1; in picokfst_kfstGetNextInEpsTrans()