__get_prefix       49 lib/common/xml.c __get_prefix(const char *prefix, xmlNode *xml, char *buffer, int offset);
__get_prefix      985 lib/common/xml.c         if(__get_prefix(NULL, xml->parent, buffer, offset) > 0) {
__get_prefix     1011 lib/common/xml.c             if(__get_prefix(NULL, xml, buffer, offset) > 0) {
__get_prefix     1061 lib/common/xml.c         if(__get_prefix(NULL, xml, buffer, offset) > 0) {
__get_prefix     2447 lib/common/xml.c             offset = __get_prefix(NULL, xml, buffer, offset);
__get_prefix     2618 lib/common/xml.c         offset = __get_prefix(NULL, xml->parent, buffer, offset);
__get_prefix     2636 lib/common/xml.c     if(__get_prefix(NULL, xml, buffer, offset) > 0) {
__get_prefix     2662 lib/common/xml.c             __get_prefix(NULL, child, buffer, offset);
__get_prefix     2671 lib/common/xml.c                 if(__get_prefix(NULL, child, buffer, offset) > 0) {