HomeSort by: relevance | last modified time | path
    Searched defs:range_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 2575 RANGE_ALLOC is the allocated size of mbcset->range_starts, and
2582 re_charset_t *mbcset, Idx *range_alloc,
2632 if (BE (*range_alloc == mbcset->nranges, 0))
2640 are NULL if *range_alloc == 0. */
2651 *range_alloc = new_nranges;
2826 RANGE_ALLOC is the allocated size of mbcset->range_starts, and
2833 Idx *range_alloc,
2862 if (BE (*range_alloc == mbcset->nranges, 0))
2880 *range_alloc = new_nranges;
2972 Idx coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0
2963 Idx coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0; local
    [all...]

Completed in 81 milliseconds