Searched refs:bkt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c10278 xmlSchemaBucketPtr bkt = NULL; local
10306 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation);
10307 if ((bkt != NULL) &&
10308 (pctxt->constructor->bucket == bkt)) {
10345 if (bkt != NULL) {
10346 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) {
10354 bkt->schemaLocation)) {
10362 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) {
10371 bkt->schemaLocation)) {
10403 if (bkt !
[all...]
/external/libxml2/
H A Dxmlschemas.c10297 xmlSchemaBucketPtr bkt = NULL; local
10325 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation);
10326 if ((bkt != NULL) &&
10327 (pctxt->constructor->bucket == bkt)) {
10364 if (bkt != NULL) {
10365 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) {
10373 bkt->schemaLocation)) {
10381 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) {
10390 bkt->schemaLocation)) {
10422 if (bkt !
[all...]

Completed in 112 milliseconds