HomeSort by relevance Sort by last modified time
    Searched refs:prefix3 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
hash.h 198 const xmlChar *prefix3);
  /external/libxml2/include/libxml/
hash.h 198 const xmlChar *prefix3);
  /external/chromium_org/third_party/libxml/src/
hash.c 91 const xmlChar *prefix3, const xmlChar *name3) {
122 if (prefix3 != NULL) {
123 while ((ch = *prefix3++) != 0) {
759 * @prefix3: the third prefix of the userdata
770 const xmlChar *prefix3, const xmlChar *name3) {
779 name2, prefix3, name3);
785 (xmlStrQEqual(prefix3, name3, entry->name3)))
testapi.c 10169 xmlChar * prefix3; \/* the third prefix of the userdata *\/ local
    [all...]
  /external/libxml2/
hash.c 117 const xmlChar *prefix3, const xmlChar *name3) {
151 if (prefix3 != NULL) {
152 while ((ch = *prefix3++) != 0) {
795 * @prefix3: the third prefix of the userdata
806 const xmlChar *prefix3, const xmlChar *name3) {
815 name2, prefix3, name3);
821 (xmlStrQEqual(prefix3, name3, entry->name3)))

Completed in 75 milliseconds