Searched refs:controls (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dextensions.c57 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument
63 for (i = 0; controls[i] != NULL; i++){
64 if (strcmp(controls[i]->ldctl_oid, "1.2.840.113556.1.4.319") == 0) {
65 listCtrlp = controls[i];
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument
57 for (i = 0; controls[i] != NULL; i++){
58 if (strcmp(controls[i]->ldctl_oid, "1.2.840.113556.1.4.319") == 0) {
59 listCtrlp = controls[i];
H A Dllib-lldap377 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c99 * the first server with the empty lists of server controls and
136 ret->controls = NULL;
463 ret->controls = cptr;
681 if (con->controls) {
682 __s_api_free2dArray(con->controls);
776 sinfo->controls = vec;
895 * (controls, saslMechanisms) are kept to NULL.
995 sinfo.controls);
999 sinfo.controls)) {
1124 con->controls
1283 process_pwd_mgmt(char *bind_type, int ldaprc, LDAPControl **controls, char *errmsg, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt) argument
2498 LDAPControl **controls; local
2621 LDAPControl **controls; local
[all...]
H A Dns_standalone.c75 char **controls; member in struct:dir_server
1550 while (old_list->nsServers[i]->controls &&
1551 old_list->nsServers[i]->controls[j]) {
1552 free(old_list->nsServers[i]->controls[j]);
1555 free(old_list->nsServers[i]->controls);
1666 server->controls = (char **)calloc(CHUNK_SIZE, sizeof (char *));
1668 if (server->controls == NULL || server->saslMech == NULL) {
1671 if (server->controls != NULL)
1672 free(server->controls);
1718 ptr = (char **)realloc(server->controls,
[all...]
H A Dns_internal.h590 char **controls; /* from server_info */ member in struct:connection
820 char **controls; member in struct:ns_server_info
H A Dns_common.c1344 for (ctrl = con->controls; ctrl && *ctrl; ctrl++) {
2521 __s_api_free2dArray(sinfo->controls);
2522 sinfo->controls = NULL;
H A Dns_writes.c1127 conp->controls);
/osnet-11/usr/src/lib/libldap4/
H A DMakefile.com35 search.o controls.o sort.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm588 special formatting controls or codes whatsoever, and its output is therefore
H A DText.pm688 special formatting controls or codes whatsoever, and its output is therefore
H A DLaTeX.pm667 This controls whether the C<NAME> section in the pod is to be translated
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm525 certain C0 and C1 controls
H A Dperl5db.pl2008 C<$incr> controls by how many lines the "current" line should move forward
6919 I<Debugger controls:> B<L> List break/watch/actions
7094 I<Debugger controls:> B<L> List break/watch/actions
H A DCPAN.pm6788 scan_cache controls scanning of cache ('atstart' or 'never')
H A DCGI.pm5360 page, along with a lot of optional information that controls the
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h73 /* List of ldap controls to be sent with each request */
75 /* List of ldap controls that affect the session */
1347 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls,
/osnet-11/usr/src/head/
H A Dldap.h159 * structure for holding ldapv3 controls
324 * LDAPv3 server controls we know about
430 /* Authentication request and response controls */
440 * Client controls we know about
456 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls,
708 * Routines for creating persistent search controls and for handling
709 * "entry changed notification" controls (an LDAPv3 extension --
726 * Routines for creating Proxied Authorization controls (an LDAPv3
1591 * should likely passed in a control (and provided controls)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm954 Can be set to a boolean value which controls whether the pure Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1958 C<gnu_compat> controls whether C<--opt=> is allowed, and what it should
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4650 % This parameter controls the indentation of the various levels.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex5599 % This parameter controls the indentation of the various levels.

Completed in 218 milliseconds