Home
last modified time | relevance | path

Searched refs:local_schema (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/dports/devel/gconf2/GConf-3.2.6/backends/
H A Dmarkup-tree.c889 local_schema = tmp->data; in clean_old_local_schemas()
1540 LocalSchemaInfo *local_schema; in markup_entry_set_value() local
1555 local_schema = NULL; in markup_entry_set_value()
1565 local_schema = lsi; in markup_entry_set_value()
1572 if (local_schema == NULL) in markup_entry_set_value()
1583 if (local_schema->default_value) in markup_entry_set_value()
2930 LocalSchemaInfo *local_schema; in parse_local_schema_child_element() local
2991 LocalSchemaInfo *local_schema; in parse_local_schema_element() local
4131 local_schema->long_desc != NULL) in get_non_c_desc_locales()
4134 (char *) local_schema->locale, in get_non_c_desc_locales()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dforeigncmds.c1529 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1598 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dforeigncmds.c1529 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1598 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dforeigncmds.c1529 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1598 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in test_lowerhex()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in test_lowerhex()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dforeigncmds.c1563 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1634 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dforeigncmds.c1546 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1617 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dforeigncmds.c1491 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1562 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dforeigncmds.c1491 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1562 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dforeigncmds.c1529 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1598 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dforeigncmds.c1491 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1562 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dforeigncmds.c1491 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1562 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dforeigncmds.c1562 (void) LookupCreationNamespace(stmt->local_schema); in ImportForeignSchema()
1633 cstmt->base.relation->schemaname = pstrdup(stmt->local_schema); in ImportForeignSchema()

12345678910>>...39