Lines Matching defs:library

179     void *_private;             /* unused by the library for users or bindings */
575 * @data: data needed for the library
579 * Function provided by a type library to check if a type is exported
587 * @data: data needed for the library
592 * Function provided by a type library to check if a value match a type
602 * @data: data needed for the library
609 * Function provided by a type library to check a value facet
620 * @data: data needed for the library
623 * Function provided by a type library to free a returned result
629 * @data: data needed for the library
634 * Function provided by a type library to compare two values accordingly
649 void *data; /* data needed for the library */
2395 * Type library hooks *
2403 * @data: data needed for the library
2407 * the W3C XMLSchema Datatype library.
2428 * @data: data needed for the library
2434 * the W3C XMLSchema Datatype library.
2467 * @data: data needed for the library
2474 * Function provided by a type library to check a value facet
2543 * @data: data needed for the library
2546 * Function provided by a type library to free a Schemas value
2558 * @data: data needed for the library
2564 * Datatype library.
2618 * @data: data needed for the library
2622 * the default datatype library.
2641 * @data: data needed for the library
2647 * the default datatype library.
2671 * @data: data needed for the library
2677 * datatype library.
2726 * @lib: the type library structure
2727 * @namespace: the URI bound to the library
2729 * Free the structure associated to the type library
2744 * @namespace: the URI bound to the library
2745 * @data: data associated to the library
2750 * Register a new type library
2770 "Relax-NG types library '%s' already registered\n",
2778 xmlRngVErrMemory(NULL, "adding types library\n");
2792 "Relax-NG types library failed to register '%s'\n",
2837 * Cleanup the default Schemas type library associated to RelaxNG
3528 xmlChar *library;
3543 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3544 if (library == NULL)
3545 library =
3549 def->ns = library;
3552 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3555 "Use of unregistered type library '%s'\n", library,
3562 "Internal error with type library '%s': no 'have'\n",
3563 library, NULL);
3568 "Error type '%s' is not exported by type library '%s'\n",
3569 def->name, library);
3621 xmlChar *library;
3636 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3637 if (library == NULL)
3638 library =
3648 def->ns = library;
3651 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3654 "Use of unregistered type library '%s'\n", library,
3661 "Internal error with type library '%s': no 'have'\n",
3662 library, NULL);
3667 "Error type '%s' is not exported by type library '%s'\n",
3668 def->name, library);
3671 (library,
3688 if (xmlStrEqual(library,
3691 "Type library '%s' does not allow type parameters\n",
3692 library, NULL);