Searched refs:fixed_length (Results 1 – 4 of 4) sorted by relevance
202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr()210 if (fixed_length) in GetCStr()211 *offset_ptr += fixed_length; in GetCStr()
101 const char * GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
8212 int fixed_length; in compile_regex() local8214 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()8216 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex()8217 if (fixed_length == -3) in compile_regex()8221 else if (fixed_length < 0) in compile_regex()8223 *errorcodeptr = (fixed_length == -2)? ERR36 : in compile_regex()8224 (fixed_length == -4)? ERR70: ERR25; in compile_regex()8230 if (fixed_length > cd->max_lookbehind) in compile_regex()8231 cd->max_lookbehind = fixed_length; in compile_regex()8232 PUT(reverse_count, 0, fixed_length); in compile_regex()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...