Home
last modified time | relevance | path

Searched refs:AttributeDescriptionList (Results 1 – 25 of 52) sorted by relevance

123

/dports/net/tinyldap/tinyldap/
H A Dldap.h21 struct AttributeDescriptionList { struct
24 struct AttributeDescriptionList *next; argument
29 struct AttributeDescriptionList* values;
49 struct AttributeDescriptionList *a;
66 struct AttributeDescriptionList* attributes;
77 struct AttributeDescriptionList* vals;
83 struct AttributeDescriptionList vals;
159 void freeava(struct AttributeDescriptionList* a);
194 size_t fmt_ldapadl(char* dest,const struct AttributeDescriptionList* adl);
195 size_t fmt_ldapavl(char* dest,const struct AttributeDescriptionList* adl);
[all …]
H A Dfmt_ldapadl.c3 static size_t doit(char* dest,const struct AttributeDescriptionList* adl,int seq) { in doit()
4 const struct AttributeDescriptionList* x=adl; in doit()
26 size_t fmt_ldapadl(char* dest,const struct AttributeDescriptionList* adl) { in fmt_ldapadl()
30 size_t fmt_ldapavl(char* dest,const struct AttributeDescriptionList* adl) { in fmt_ldapavl()
H A Dfree_ldapadl.c4 void free_ldapadl(struct AttributeDescriptionList* a) { in free_ldapadl()
6 struct AttributeDescriptionList* tmp=a->next; in free_ldapadl()
H A Dfreeava.c4 void freeava(struct AttributeDescriptionList* a) { in freeava()
6 struct AttributeDescriptionList* tmp=a->next; in freeava()
H A Dscan_ldapaddrequest.c52 struct AttributeDescriptionList* ilast=0; in scan_ldapaddrequest()
63 struct AttributeDescriptionList* x; in scan_ldapaddrequest()
64 if (!(x=malloc(sizeof(struct AttributeDescriptionList)))) goto error; in scan_ldapaddrequest()
H A Dldapclient.c106 static struct AttributeDescriptionList adl; in main()
107 static struct AttributeDescriptionList *next; in main()
122 struct AttributeDescriptionList *n; in main()
123 n=malloc(sizeof(struct AttributeDescriptionList)); in main()
200 struct AttributeDescriptionList* adl=pal->values; in main()
H A Dscan_ldapsearchresultentry.c15 struct AttributeDescriptionList* x; in scan_ldapsearchresultentry()
28 if (!(x=malloc(sizeof(struct AttributeDescriptionList)))) goto error; in scan_ldapsearchresultentry()
H A Dscan_ldapsearchrequest.c35 struct AttributeDescriptionList** a=&s->attributes; in scan_ldapsearchrequest()
40 if (!*a) *a=calloc(1,sizeof(struct AttributeDescriptionList)); in scan_ldapsearchrequest()
H A Dscan_ldapmodifyrequest.c57 struct AttributeDescriptionList** ilast=0; in scan_ldapmodifyrequest()
64 if (!(*ilast=malloc(sizeof(struct AttributeDescriptionList)))) goto error; in scan_ldapmodifyrequest()
H A Dtinyldap.c146 static void fixupadl(struct AttributeDescriptionList* a) { in fixupadl()
367 static void printal(struct AttributeDescriptionList* a) { in printal()
1108 struct AttributeDescriptionList** a; in answerwith()
1170 static int copyadl(struct AttributeDescriptionList** dest,struct AttributeDescriptionList* src) { in copyadl()
1184 static int copyadl2(struct AttributeDescriptionList** dest,struct AttributeDescriptionList* src) { in copyadl2()
1289 struct AttributeDescriptionList* adl=m->vals; in applymodreq()
1343 struct AttributeDescriptionList* adl=pal->values; in writesretofd()
1364 struct AttributeDescriptionList* adl=pal->values; in writesretofd()
1711 struct AttributeDescriptionList* x=mr.m.vals; in handle()
1824 struct AttributeDescriptionList * y; in handle()
[all …]
H A Dfreepal.c8 struct AttributeDescriptionList* y=l->values->next; in freepal()
H A Dldapclient_str.c57 struct AttributeDescriptionList adl; in main()
125 struct AttributeDescriptionList* adl=pal->values; in main()
H A Dldap_match_sre.c105 struct AttributeDescriptionList* a; in ldap_matchfilter_sre()
118 struct AttributeDescriptionList* a; in ldap_matchfilter_sre()
H A Dt2.c16 void printal(struct AttributeDescriptionList* a) { in printal()
168 struct AttributeDescriptionList* adl=pal->values; in main()
/dports/net/py-ldap/python-ldap-3.4.0/Lib/ldap/controls/
H A Dreadentry.py13 from pyasn1_modules.rfc2251 import AttributeDescriptionList,SearchResultEntry
35 attributeSelection = AttributeDescriptionList()
H A Dderef.py19 from pyasn1_modules.rfc2251 import LDAPDN,AttributeDescription,AttributeDescriptionList,AttributeVa…
29 AttributeList = AttributeDescriptionList
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/controls/
H A Dreadentry.py11 from pyasn1_modules.rfc2251 import AttributeDescriptionList, SearchResultEntry
51 attributeSelection = AttributeDescriptionList()
H A Dderef.py14 AttributeDescriptionList,
29 AttributeList = AttributeDescriptionList
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/dupent/
H A Ddupent.c72 BerVarray AttributeDescriptionList = NULL; in dupent_parseCtrl() local
113 if ( ber_scanf( ber, "{M}", &AttributeDescriptionList, &cnt, off ) in dupent_parseCtrl()
159 if ( bvmatch( &AttributeDescriptionList[i], in dupent_parseCtrl()
172 rc = slap_bv2ad( &AttributeDescriptionList[i], &ad, &text ); in dupent_parseCtrl()
223 if ( AttributeDescriptionList != NULL ) { in dupent_parseCtrl()
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx ); in dupent_parseCtrl()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn58 AttributeDescriptionList ::= SEQUENCE OF
186 attributes AttributeDescriptionList }

123