Home | History | Annotate | Download | only in lib

Lines Matching refs:mbs_allocated

61   pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
62 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
84 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
159 if (pstr->mbs_allocated)
183 pstr->mbs_allocated = (trans != NULL || icase);
597 if (!pstr->mbs_allocated)
681 if (BE (pstr->mbs_allocated, 0))
781 if (pstr->mbs_allocated)
799 if (!BE (pstr->mbs_allocated, 0))
821 if (BE (pstr->mbs_allocated, 0))
843 if (BE (!pstr->mbs_allocated, 1))
876 if (BE (!pstr->mbs_allocated, 1))
918 if (pstr->mbs_allocated)