Lines Matching defs:library

177     void *_private;             /* unused by the library for users or bindings */
572 * @data: data needed for the library
576 * Function provided by a type library to check if a type is exported
584 * @data: data needed for the library
589 * Function provided by a type library to check if a value match a type
599 * @data: data needed for the library
606 * Function provided by a type library to check a value facet
617 * @data: data needed for the library
620 * Function provided by a type library to free a returned result
626 * @data: data needed for the library
631 * Function provided by a type library to compare two values accordingly
646 void *data; /* data needed for the library */
2388 * Type library hooks *
2396 * @data: data needed for the library
2400 * the W3C XMLSchema Datatype library.
2421 * @data: data needed for the library
2427 * the W3C XMLSchema Datatype library.
2460 * @data: data needed for the library
2467 * Function provided by a type library to check a value facet
2536 * @data: data needed for the library
2539 * Function provided by a type library to free a Schemas value
2551 * @data: data needed for the library
2557 * Datatype library.
2611 * @data: data needed for the library
2615 * the default datatype library.
2634 * @data: data needed for the library
2640 * the default datatype library.
2664 * @data: data needed for the library
2670 * datatype library.
2719 * @lib: the type library structure
2720 * @namespace: the URI bound to the library
2722 * Free the structure associated to the type library
2737 * @namespace: the URI bound to the library
2738 * @data: data associated to the library
2743 * Register a new type library
2763 "Relax-NG types library '%s' already registered\n",
2771 xmlRngVErrMemory(NULL, "adding types library\n");
2785 "Relax-NG types library failed to register '%s'\n",
2830 * Cleanup the default Schemas type library associated to RelaxNG
3493 xmlChar *library;
3508 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3509 if (library == NULL)
3510 library =
3514 def->ns = library;
3517 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3520 "Use of unregistered type library '%s'\n", library,
3527 "Internal error with type library '%s': no 'have'\n",
3528 library, NULL);
3533 "Error type '%s' is not exported by type library '%s'\n",
3534 def->name, library);
3586 xmlChar *library;
3601 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3602 if (library == NULL)
3603 library =
3613 def->ns = library;
3616 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3619 "Use of unregistered type library '%s'\n", library,
3626 "Internal error with type library '%s': no 'have'\n",
3627 library, NULL);
3632 "Error type '%s' is not exported by type library '%s'\n",
3633 def->name, library);
3636 (library,
3653 if (xmlStrEqual(library,
3656 "Type library '%s' does not allow type parameters\n",
3657 library, NULL);