Lines Matching refs:xmlNode

81 static char *getcontent (xmlNode *attr) {
82 xmlNode *chain = attr->children;
112 xmlNode *chain = attr->children;
153 static int trytop (struct rnndb *db, char *file, xmlNode *node);
155 static int trydoc (struct rnndb *db, char *file, xmlNode *node) {
164 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *node);
165 static struct rnnbitfield *parsebitfield(struct rnndb *db, char *file, xmlNode *node);
167 static int trytypetag (struct rnndb *db, char *file, xmlNode *node, struct rnntypeinfo *ti) {
181 static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypeinfo *ti) {
220 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *node) {
239 xmlNode *chain = node->children;
255 static void parsespectype(struct rnndb *db, char *file, xmlNode *node) {
278 xmlNode *chain = node->children;
288 static void parseenum(struct rnndb *db, char *file, xmlNode *node) {
343 xmlNode *chain = node->children;
357 static struct rnnbitfield *parsebitfield(struct rnndb *db, char *file, xmlNode *node) {
374 xmlNode *chain = node->children;
393 static void parsebitset(struct rnndb *db, char *file, xmlNode *node) {
448 xmlNode *chain = node->children;
462 static struct rnndelem *trydelem(struct rnndb *db, char *file, xmlNode *node) {
541 xmlNode *chain = node->children;
609 xmlNode *chain = node->children;
625 static void parsegroup(struct rnndb *db, char *file, xmlNode *node) {
652 xmlNode *chain = node->children;
665 static void parsedomain(struct rnndb *db, char *file, xmlNode *node) {
728 xmlNode *chain = node->children;
741 static void parsecopyright(struct rnndb *db, char *file, xmlNode *node) {
754 xmlNode *chain = node->children;
768 xmlNode *authorchild = chain->children;
810 static int trytop (struct rnndb *db, char *file, xmlNode *node) {
936 xmlNode *root = doc->children;
942 xmlNode *chain = root->children;