Home | History | Annotate | Download | only in libxml2

Lines Matching defs:lib

610     xmlAttrPtr lib, typ;
612 lib = xmlNewNsProp(NULL, NULL, BAD_CAST "datatypeLibrary", library);
613 if (lib == NULL) {
620 return(lib);
622 lib->next = typ;
624 return(lib);