OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oids
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/gen/
asysctl.c
45
asysctl(const int *
oids
, size_t oidlen, size_t *len)
53
if (sysctl(
oids
, (u_int)oidlen, data, len, NULL, 0) == 0) {
/src/external/bsd/openldap/dist/servers/slapd/
controls.c
95
* all known request control
OIDs
should be added to this list
502
* Return a list of
OIDs
and operation masks for supported
510
char **
oids
;
local
526
oids
= (char **)SLAP_MALLOC( (n + 1) * sizeof(char *) );
527
if (
oids
== NULL ) {
532
SLAP_FREE(
oids
);
539
oids
[n] = ch_strdup( sc->sc_oid );
543
oids
[n] = NULL;
546
*ctrloidsp =
oids
;
1011
char *
oids
[ 2 ]
local
[
all
...]
backend.c
1048
char *
oids
[ 2 ];
local
1049
oids
[ 0 ] = (*ctrls)->ldctl_oid;
1050
oids
[ 1 ] = NULL;
1051
slap_ctrl_whatFailed_add( op, rs,
oids
);
proto-slap.h
712
char **
oids
));
/src/external/bsd/openldap/dist/libraries/libldap/
tls2.c
59
static oid_name
oids
[] = {
variable
1401
for ( i=0; !BER_BVISNULL( &
oids
[i].oid ); i++ ) {
1402
if (
oids
[i].oid.bv_len != oid->bv_len ) continue;
1403
if ( !strcmp(
oids
[i].oid.bv_val, oid->bv_val ))
1404
return &
oids
[i];
1498
* constructed DN will use numeric
OIDs
to identify attributeTypes,
1513
char
oids
[8192], *oidptr =
oids
, *oidbuf = NULL;
local
1517
size_t dnsize, oidrem = sizeof(
oids
), oidsize = 0;
1610
oidsize = sizeof(
oids
) * 2
[
all
...]
/src/external/gpl3/autoconf/dist/
cfg.mk
72
cp $(gnulib_dir)/doc/gnu-
oids
.texi $(srcdir)/doc
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026