• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:constructor

289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor;
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
10174 newpctxt->constructor = pctxt->constructor;
10195 newpctxt->constructor = NULL;
10308 (pctxt->constructor->bucket == bkt)) {
10324 xmlSchemaSchemaRelationAddChild(pctxt->constructor->bucket,
12490 if (ctxt->ownsConstructor && (ctxt->constructor != NULL)) {
12491 xmlSchemaConstructionCtxtFree(ctxt->constructor);
12492 ctxt->constructor = NULL;
20715 xmlSchemaConstructionCtxtPtr con = pctxt->constructor;
20730 * on the constructor, we'll assure here that the constructor has
21157 * Reset the constructor. This is needed for XSI acquisition, since
21211 * Create the schema constructor.
21213 if (ctxt->constructor == NULL) {
21214 ctxt->constructor = xmlSchemaConstructionCtxtCreate(ctxt->dict);
21215 if (ctxt->constructor == NULL)
21217 /* Take ownership of the constructor to be able to free it. */
21220 ctxt->constructor->mainSchema = mainSchema;
21270 if (ctxt->constructor) {
21271 xmlSchemaConstructionCtxtFree(ctxt->constructor);
21272 ctxt->constructor = NULL;
21287 if (ctxt->constructor) {
21288 xmlSchemaConstructionCtxtFree(ctxt->constructor);
21289 ctxt->constructor = NULL;
21502 if (pctxt->constructor == NULL) {
21504 "no constructor");
27889 pctxt->constructor = xmlSchemaConstructionCtxtCreate(pctxt->dict);
27890 if (pctxt->constructor == NULL)
27892 pctxt->constructor->mainSchema = vctxt->schema;
27894 * Take ownership of the constructor to be able to free it.