Lines Matching defs:node
140 static int trydoc (struct rnndb *db, char *file, xmlNode *node) { in trydoc()
152 static int trytypetag (struct rnndb *db, char *file, xmlNode *node, struct rnntypeinfo *ti) { in trytypetag()
166 static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypei… in trytypeattr()
205 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *node) { in parsevalue()
240 static void parsespectype(struct rnndb *db, char *file, xmlNode *node) { in parsespectype()
273 static void parseenum(struct rnndb *db, char *file, xmlNode *node) { in parseenum()
342 static struct rnnbitfield *parsebitfield(struct rnndb *db, char *file, xmlNode *node) { in parsebitfield()
378 static void parsebitset(struct rnndb *db, char *file, xmlNode *node) { in parsebitset()
447 static struct rnndelem *trydelem(struct rnndb *db, char *file, xmlNode *node) { in trydelem()
614 static void parsegroup(struct rnndb *db, char *file, xmlNode *node) { in parsegroup()
654 static void parsedomain(struct rnndb *db, char *file, xmlNode *node) { in parsedomain()
730 static void parsecopyright(struct rnndb *db, char *file, xmlNode *node) { in parsecopyright()
799 static int trytop (struct rnndb *db, char *file, xmlNode *node) { in trytop()