• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/

Lines Matching defs:library

178     void *_private;             /* unused by the library for users or bindings */
574 * @data: data needed for the library
578 * Function provided by a type library to check if a type is exported
586 * @data: data needed for the library
591 * Function provided by a type library to check if a value match a type
601 * @data: data needed for the library
608 * Function provided by a type library to check a value facet
619 * @data: data needed for the library
622 * Function provided by a type library to free a returned result
628 * @data: data needed for the library
633 * Function provided by a type library to compare two values accordingly
648 void *data; /* data needed for the library */
2394 * Type library hooks *
2402 * @data: data needed for the library
2406 * the W3C XMLSchema Datatype library.
2427 * @data: data needed for the library
2433 * the W3C XMLSchema Datatype library.
2466 * @data: data needed for the library
2473 * Function provided by a type library to check a value facet
2542 * @data: data needed for the library
2545 * Function provided by a type library to free a Schemas value
2557 * @data: data needed for the library
2563 * Datatype library.
2617 * @data: data needed for the library
2621 * the default datatype library.
2640 * @data: data needed for the library
2646 * the default datatype library.
2670 * @data: data needed for the library
2676 * datatype library.
2725 * @lib: the type library structure
2726 * @namespace: the URI bound to the library
2728 * Free the structure associated to the type library
2743 * @namespace: the URI bound to the library
2744 * @data: data associated to the library
2749 * Register a new type library
2769 "Relax-NG types library '%s' already registered\n",
2777 xmlRngVErrMemory(NULL, "adding types library\n");
2791 "Relax-NG types library failed to register '%s'\n",
2836 * Cleanup the default Schemas type library associated to RelaxNG
3527 xmlChar *library;
3542 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3543 if (library == NULL)
3544 library =
3548 def->ns = library;
3551 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3554 "Use of unregistered type library '%s'\n", library,
3561 "Internal error with type library '%s': no 'have'\n",
3562 library, NULL);
3567 "Error type '%s' is not exported by type library '%s'\n",
3568 def->name, library);
3620 xmlChar *library;
3635 library = xmlRelaxNGGetDataTypeLibrary(ctxt, node);
3636 if (library == NULL)
3637 library =
3647 def->ns = library;
3650 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3653 "Use of unregistered type library '%s'\n", library,
3660 "Internal error with type library '%s': no 'have'\n",
3661 library, NULL);
3666 "Error type '%s' is not exported by type library '%s'\n",
3667 def->name, library);
3670 (library,
3687 if (xmlStrEqual(library,
3690 "Type library '%s' does not allow type parameters\n",
3691 library, NULL);