Home
last modified time | relevance | path

Searched refs:ber_printf (Results 1 – 25 of 29) sorted by relevance

12

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c332 err = ber_printf( ber, "{ist{seeiib", msgid, in nsldapi_build_search_req()
337 err = ber_printf( ber, "{it{seeiib", msgid, in nsldapi_build_search_req()
365 if ( ber_printf( ber, "{v}}", attrs ) == -1 ) { in nsldapi_build_search_req()
424 if ( ber_printf( ber, "t{", tag ) == -1 ) in put_complex_filter()
437 if ( ber_printf( ber, "}" ) == -1 ) in put_complex_filter()
554 if ( ber_printf( ber, "]" ) == -1 ) in ldap_put_filter()
740 if ( (rc = ber_printf( ber, "t{", ftype )) == -1 ) { in put_simple_filter()
744 if ( (rc = ber_printf( ber, "ts", LDAP_TAG_MRA_OID, in put_simple_filter()
750 if ( (rc = ber_printf( ber, "ts", in put_simple_filter()
756 ( rc = ber_printf( ber, "totb}", LDAP_TAG_MRA_VALUE, in put_simple_filter()
[all …]
H A Dsortctrl.c66 if ( ber_printf( ber, "{" ) == -1 ) { in ldap_create_sort_control()
76 if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype ) in ldap_create_sort_control()
83 if ( ber_printf( ber, "ts", LDAP_TAG_SK_MATCHRULE, in ldap_create_sort_control()
93 if ( ber_printf( ber, "tb}", LDAP_TAG_SK_REVERSE, in ldap_create_sort_control()
98 if ( ber_printf( ber, "}" ) == -1 ) { in ldap_create_sort_control()
105 if ( ber_printf( ber, "}" ) == -1 ) { in ldap_create_sort_control()
H A Dadd.c143 if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_ADD, dn ) in ldap_add_ext()
154 rc = ber_printf( ber, "{s[V]}", attrs[i]->mod_type, in ldap_add_ext()
157 rc = ber_printf( ber, "{s[v]}", attrs[i]->mod_type, in ldap_add_ext()
168 if ( ber_printf( ber, "}}" ) == -1 ) { in ldap_add_ext()
H A Dmodify.c141 if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_MODIFY, dn ) in ldap_modify_ext()
152 rc = ber_printf( ber, "{e{s[V]}}", in ldap_modify_ext()
156 rc = ber_printf( ber, "{e{s[v]}}", mods[i]->mod_op, in ldap_modify_ext()
168 if ( ber_printf( ber, "}}" ) == -1 ) { in ldap_modify_ext()
H A Dvlistctrl.c100 if ( LBER_ERROR == ber_printf( ber, in ldap_create_virtuallist_control()
113 if ( LBER_ERROR == ber_printf( ber, in ldap_create_virtuallist_control()
127 if ( LBER_ERROR == ber_printf( ber, in ldap_create_virtuallist_control()
H A Dproxyauthctrl.c77 if ( LBER_ERROR == ber_printf( ber, in ldap_create_proxyauth_control()
137 if ( LBER_ERROR == ber_printf( ber, in ldap_create_proxiedauth_control()
H A Drename.c148 if ( ber_printf( ber, "{it{ssb", *msgidp, LDAP_REQ_MODDN, dn, in ldap_rename()
156 if ( ber_printf( ber, "}" ) == -1 ) { in ldap_rename()
162 if ( ber_printf( ber, "ts}", LDAP_TAG_NEWSUPERIOR, newparent ) in ldap_rename()
H A Dsaslbind.c125 rc = ber_printf( ber, "{it{isto}", msgid, LDAP_REQ_BIND, in ldap_sasl_bind()
131 rc = ber_printf( ber, "{it{ist{s}}", msgid, in ldap_sasl_bind()
135 rc = ber_printf( ber, "{it{ist{so}}", msgid, in ldap_sasl_bind()
H A Dcontrol.c72 if ( ber_printf( ber, "t{", LDAP_TAG_CONTROLS ) == -1 ) { in nsldapi_put_controls()
79 if ( ber_printf( ber, "{s", c->ldctl_oid ) == -1 ) { in nsldapi_put_controls()
86 if ( ber_printf( ber, "b", (int)c->ldctl_iscritical ) in nsldapi_put_controls()
93 if ( ber_printf( ber, "o", c->ldctl_value.bv_val, in nsldapi_put_controls()
H A Dabandon.c202 bererr = ber_printf( ber, "{isti", in do_abandon()
207 bererr = ber_printf( ber, "{iti", in do_abandon()
H A Dspagectrl.c36 if (ber_printf(ber, "{io}", pagesize, in ldap_create_page_control()
H A Ddelete.c110 if ( ber_printf( ber, "{its", *msgidp, LDAP_REQ_DELETE, dn ) in ldap_delete_ext()
H A Dpsearch.c62 if ( ber_printf( ber, "{ibb}", changetypes, changesonly, in ldap_create_persistentsearch_control()
H A Dcompare.c126 if ( ber_printf( ber, "{it{s{so}}", *msgidp, LDAP_REQ_COMPARE, dn, in ldap_compare_ext()
H A Dsbind.c123 if ( ber_printf( ber, "{it{ists}", msgid, LDAP_REQ_BIND, in simple_bind_nolock()
H A Dextendop.c104 if ( ber_printf( ber, "{it{tsto}", msgid, LDAP_REQ_EXTENDED, in ldap_extended_operation()
H A Drequest.c1181 rc = ber_printf( ber, "{it{is", msgid, tag, in re_encode_request()
1184 rc = ber_printf( ber, "{its}", msgid, tag, dn ); in re_encode_request()
1186 rc = ber_printf( ber, "{it{s", msgid, tag, dn ); in re_encode_request()
1204 || ber_printf( ber, "}}" ) == -1 )) { in re_encode_request()
H A Dunbind.c211 if ( ber_printf( ber, "{itn", msgid, LDAP_REQ_UNBIND ) == -1 ) { in nsldapi_send_unbind()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c197 if (ber_printf(key_asn, "{i", version) == -1) {
205 if (ber_printf(key_asn, "to", LBER_INTEGER,
216 else if (ber_printf(key_asn, "to", LBER_INTEGER, tmp_pad.big_value,
226 if (ber_printf(key_asn, "to", LBER_INTEGER,
236 else if (ber_printf(key_asn, "to", LBER_INTEGER,
246 else if (ber_printf(key_asn, "to", LBER_INTEGER,
255 else if (ber_printf(key_asn, "to", LBER_INTEGER,
264 else if (ber_printf(key_asn, "to", LBER_INTEGER,
273 else if (ber_printf(key_asn, "to}", LBER_INTEGER,
302 if (ber_printf(p8obj_asn, "{i{ton}o}", version,
[all …]
/titanic_44/usr/src/cmd/ldap/common/
H A Detest.c67 if ( ber_printf( ber, "{ti}", 0x1f44, num ) == -1 ) { in main()
87 if ( ber_printf( ber, "i", i ) == -1 ) { in main()
/titanic_44/usr/src/head/
H A Dlber.h196 int LDAP_C ber_printf(BerElement *ber, const char *fmt, ...);
/titanic_44/usr/src/lib/libldap5/
H A Dmapfile-vers66 ber_printf;
/titanic_44/usr/src/man/man3ldap/
H A DMakefile82 ber_printf.3ldap \
239 ber_printf.3ldap := LINKSRC = ber_encode.3ldap
/titanic_44/usr/src/lib/libnisdb/
H A Dldap_val.c362 ret = ber_printf(ber, berstring, in berEncode()
368 ret = ber_printf(ber, berstring, in berEncode()
372 ret = ber_printf(ber, berstring); in berEncode()
374 ret = ber_printf(ber, berstring, in berEncode()
380 ret = ber_printf(ber, berstring, str); in berEncode()
/titanic_44/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c562 ber_printf( BerElement *ber, const char *fmt, ... ) in ber_printf() function

12