Home | History | Annotate | Download | only in lib

Lines Matching refs:cmpres

2523 static pr_MatchState pr_matchTokensSpace (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int32 cmpres,
2548 if (((PR_TSE_MASK_STR & wpset) != 0) && (cmpres != PR_EQUAL)) {
2570 static pr_MatchState pr_matchTokensDigit (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int32 cmpres,
2594 if (((PR_TSE_MASK_STR & wpset) != 0) && (cmpres != PR_EQUAL)) {
2619 static pr_MatchState pr_matchTokensSeq (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int32 cmpres,
2643 if (((PR_TSE_MASK_STR & wpset) != 0) && (cmpres != PR_EQUAL)) {
2662 static pr_MatchState pr_matchTokensChar (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int32 cmpres,
2672 if (((PR_TSE_MASK_STR & wpset) != 0) && (cmpres != PR_EQUAL)) {
2682 static pr_MatchState pr_matchTokensLetter (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int32 cmpres,
2706 if (((PR_TSE_MASK_STR & wpset) != 0) && (cmpres != PR_EQUAL)) {
2791 static pr_MatchState pr_matchTokens (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_int16 * cmpres)
2803 *cmpres = PR_EQUAL;
2806 pr_compare(pr->ritems[with__0->ritemid+1]->strci,lstrp,cmpres);
2819 return pr_matchTokensSpace(this, pr, *cmpres, npset, wpset);
2822 return pr_matchTokensDigit(this, pr, *cmpres, npset, wpset);
2825 return pr_matchTokensLetter(this, pr, *cmpres, npset, wpset);
2828 return pr_matchTokensSeq(this, pr, *cmpres, npset, wpset);
2831 return pr_matchTokensChar(this, pr, *cmpres, npset, wpset);