Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/usr.sbin/ldapd/
H A Dschema.c97 lookup_object_by_oid(struct schema *schema, char *oid) in lookup_object_by_oid() argument
281 schema_getc(struct schema *schema, int quotec) in schema_getc() argument
310 schema_ungetc(struct schema *schema, int c) in schema_ungetc() argument
322 findeol(struct schema *schema) in findeol() argument
343 schema_lex(struct schema *schema, char **kw) in schema_lex() argument
427 struct schema *schema; in schema_new() local
530 schema_parse_names(struct schema *schema) in schema_parse_names() argument
574 schema_parse_attrlist(struct schema *schema) in schema_parse_attrlist() argument
624 schema_parse_objlist(struct schema *schema) in schema_parse_objlist() argument
700 schema_parse_attributetype(struct schema *schema) in schema_parse_attributetype() argument
[all …]
H A Dsyntax.c32 static int syntax_is_##TYPE(struct schema *schema, char *value, size_t len)
114 syntax_is_octet_string(struct schema *schema, char *value, size_t len) in syntax_is_octet_string() argument
158 syntax_is_ia5_string(struct schema *schema, char *value, size_t len) in syntax_is_ia5_string() argument
176 syntax_is_integer(struct schema *schema, char *value, size_t len) in syntax_is_integer() argument
189 syntax_is_dn(struct schema *schema, char *value, size_t len) in syntax_is_dn() argument
200 syntax_is_oid(struct schema *schema, char *value, size_t len) in syntax_is_oid() argument
223 syntax_is_uuid(struct schema *schema, char *value, size_t len) in syntax_is_uuid() argument
312 syntax_is_gentime(struct schema *schema, char *value, size_t len) in syntax_is_gentime() argument
318 syntax_is_utctime(struct schema *schema, char *value, size_t len) in syntax_is_utctime() argument
324 syntax_is_country(struct schema *schema, char *value, size_t len) in syntax_is_country() argument
[all …]
H A Dschema.h45 struct schema;
49 int (*is_valid)(struct schema *schema, char *value,
138 struct schema struct
155 int schema_parse(struct schema *schema,
164 struct attr_type *lookup_attribute_by_oid(struct schema *schema, char *oid);
165 struct attr_type *lookup_attribute_by_name(struct schema *schema, char *name);
166 struct attr_type *lookup_attribute(struct schema *schema, char *oid_or_name);
167 struct object *lookup_object_by_oid(struct schema *schema, char *oid);
168 struct object *lookup_object_by_name(struct schema *schema, char *name);
169 struct object *lookup_object(struct schema *schema, char *oid_or_name);
[all …]
H A DMakefile9 validate.c uuid.c schema.c imsgev.c syntax.c matching.c
20 SCHEMA_FILES= bsd.schema \
21 core.schema \
22 inetorgperson.schema \
23 nis.schema
27 ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/schema/$$i ${DESTDIR}/etc/ldap/; \
H A Dvalidate.c80 !at->syntax->is_valid(conf->schema, val, elm->be_len)) { in validate_attribute()
136 if ((at = lookup_attribute(conf->schema, na)) == NULL) { in validate_dn()
321 if ((obj = lookup_object(conf->schema, s)) == NULL) { in validate_entry()
404 if ((at = lookup_attribute(conf->schema, s)) == NULL) { in validate_entry()
H A Dsearch.c59 at = lookup_attribute(conf->schema, adesc); in is_operational()
584 RB_FOREACH(obj, object_tree, &conf->schema->objects) { in ldap_search_subschema()
598 RB_FOREACH(at, attr_type_tree, &conf->schema->attr_types) { in ldap_search_subschema()
667 plan->at = lookup_attribute(conf->schema, "name"); in plan_get_attr()
670 plan->at = lookup_attribute(conf->schema, attr); in plan_get_attr()
H A Dparse.y143 | grammar schema '\n'
396 schema : SCHEMA STRING {
399 ret = schema_parse(conf->schema, $2);
842 conf->schema = schema_new(); in parse_config()
843 if (conf->schema == NULL) in parse_config()
H A Dmodify.c167 at = lookup_attribute(conf->schema, s); in ldap_add()
300 at = lookup_attribute(conf->schema, attr); in ldap_modify()
H A Dldapd.h252 struct schema *schema; member
/openbsd/etc/examples/
H A Dldapd.conf3 schema "/etc/ldap/core.schema"
4 schema "/etc/ldap/inetorgperson.schema"
5 schema "/etc/ldap/nis.schema"
6 schema "/etc/ldap/bsd.schema"
/openbsd/regress/usr.sbin/ldapd/
H A Dnldapd.conf1 schema "/etc/ldap/core.schema"
2 schema "/etc/ldap/inetorgperson.schema"
3 schema "/etc/ldap/nis.schema"
H A Dldapd.conf1 schema "/etc/ldap/core.schema"
2 schema "/etc/ldap/inetorgperson.schema"
3 schema "/etc/ldap/nis.schema"
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DKwalify.pm95 if (my $schema = $schema_loaded->{$schema_name}) {
101 eval { Kwalify::validate($schema, $data) };
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp228 static std::string schema; in GetSchema() local
229 if (schema.empty()) { in GetSchema()
230 schema = R"({ in GetSchema()
317 return schema; in GetSchema()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTrace.cpp362 StringRef schema = PluginManager::GetTraceSchema(index++); in DoExecute() local
363 if (schema.empty()) in DoExecute()
366 result.AppendMessage(schema); in DoExecute()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
H A Dunicode.tml282 # default schema. No quotes.
297 # default schema. No quotes.
356 # default schema. No quotes.
364 # default schema. No quotes.
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
H A D1985980974-META.yml2 abstract: 'A Form::Sensible::Form::Reflector subclass to reflect off of DBIC schema classes'
/openbsd/usr.bin/file/magdir/
H A Dvxl14 >0 leshort >0 schema version no %d
/openbsd/usr.sbin/ldapctl/
H A DMakefile8 index.c attributes.c schema.c syntax.c matching.c
/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1054 llvm::StringRef schema, DebuggerInitializeCallback debugger_init_callback) in TraceInstance()
1058 schema(schema), in TraceInstance()
1061 llvm::StringRef schema; member
1076 llvm::StringRef schema, DebuggerInitializeCallback debugger_init_callback) { in RegisterPlugin() argument
1079 create_callback_for_live_process, schema, debugger_init_callback); in RegisterPlugin()
1104 return instance.schema; in GetTraceSchema()
1111 return instance->schema; in GetTraceSchema()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTrace.cpp148 StringRef schema = PluginManager::GetTraceSchema(name); in FindPluginSchema() local
149 if (!schema.empty()) in FindPluginSchema()
150 return schema; in FindPluginSchema()
/openbsd/usr.sbin/smtpd/
H A Dmta_session.c454 const char *schema; in mta_connect() local
518 schema = "smtp://"; in mta_connect()
520 schema = "smtp+tls://"; in mta_connect()
522 schema = "smtps://"; in mta_connect()
524 schema = "lmtp://"; in mta_connect()
526 schema = "smtp+notls://"; in mta_connect()
530 s->id, schema, sa_to_text(s->route->dst->sa), in mta_connect()
/openbsd/gnu/llvm/lldb/docs/use/
H A Dintel_pt.rst222 You can see the full schema by typing
226 trace schema intel-pt
/openbsd/gnu/llvm/llvm/docs/
H A Dyaml2obj.rst51 Here's a simplified Kwalify_ schema with an extension to allow alternate types.
/openbsd/lib/libcbor/
H A DREADME.md7 …nerating [CBOR](http://tools.ietf.org/html/rfc7049), the general-purpose schema-less binary data f…

123