Searched refs:trio_equal_max (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c516 trio_equal_max function
903 if (trio_equal_max(substring, size, &string[count]))
1796 return trio_equal_max(self->content, max, other->content);
1815 return trio_equal_max(self->content, max, other);
H A Dtriostr.h52 TRIO_STRING_PUBLIC int trio_equal_max TRIO_PROTO((const char *first, size_t max, const char *second));
/external/libxml2/
H A Dtriostr.c516 trio_equal_max function
903 if (trio_equal_max(substring, size, &string[count]))
1796 return trio_equal_max(self->content, max, other->content);
1815 return trio_equal_max(self->content, max, other);
H A Dtriostr.h52 TRIO_STRING_PUBLIC int trio_equal_max TRIO_PROTO((const char *first, size_t max, const char *second));

Completed in 47 milliseconds