Searched refs:regexOOP (Results 1 – 1 of 1) sorted by relevance
203 OOP regexOOP; in _gst_re_make_cacheable() local225 regexOOP = cache[i].patternOOP; in _gst_re_make_cacheable()226 regex = &STRING_OOP_AT (OOP_TO_OBJ (regexOOP), 1); in _gst_re_make_cacheable()227 if (_gst_basic_size (regexOOP) == patternLength && in _gst_re_make_cacheable()231 return regexOOP; in _gst_re_make_cacheable()236 regexOOP = _gst_object_alloc (regexClassOOP, patternLength); in _gst_re_make_cacheable()237 regex = &STRING_OOP_AT (OOP_TO_OBJ (regexOOP), 1); in _gst_re_make_cacheable()243 lookupRegex (regexOOP, &compiled); in _gst_re_make_cacheable()247 return regexOOP; in _gst_re_make_cacheable()