Symbol: LDAP_CALL
usr/src/cmd/ldap/common/common.c
1925
LDAP_CALL
usr/src/head/lber.h
111
#ifndef LDAP_CALL
usr/src/head/lber.h
144
ber_tag_t LDAP_CALL ber_get_tag(BerElement *ber);
usr/src/head/lber.h
145
ber_tag_t LDAP_CALL ber_skip_tag(BerElement *ber,
usr/src/head/lber.h
147
ber_tag_t LDAP_CALL ber_peek_tag(BerElement *ber,
usr/src/head/lber.h
149
ber_tag_t LDAP_CALL ber_get_int(BerElement *ber, ber_int_t *num);
usr/src/head/lber.h
150
ber_tag_t LDAP_CALL ber_get_stringb(BerElement *ber, char *buf,
usr/src/head/lber.h
152
ber_tag_t LDAP_CALL ber_get_stringa(BerElement *ber,
usr/src/head/lber.h
154
ber_tag_t LDAP_CALL ber_get_stringal(BerElement *ber,
usr/src/head/lber.h
158
ber_tag_t LDAP_CALL ber_get_null(BerElement *ber);
usr/src/head/lber.h
159
ber_tag_t LDAP_CALL ber_get_boolean(BerElement *ber,
usr/src/head/lber.h
161
ber_tag_t LDAP_CALL ber_first_element(BerElement *ber,
usr/src/head/lber.h
163
ber_tag_t LDAP_CALL ber_next_element(BerElement *ber,
usr/src/head/lber.h
167
LDAP_API(void) LDAP_CALL ber_bvfree(struct berval *bv);
usr/src/head/lber.h
168
LDAP_API(void) LDAP_CALL ber_bvecfree(struct berval **bv);
usr/src/head/lber.h
169
struct berval *LDAP_CALL ber_bvdup(const struct berval *bv);
usr/src/head/lber.h
170
LDAP_API(void) LDAP_CALL ber_set_string_translators(BerElement *ber,
usr/src/head/lber.h
172
LDAP_API(BerElement *) LDAP_CALL ber_init(const struct berval *bv);
usr/src/head/lber.h
177
int LDAP_CALL ber_put_enum(BerElement *ber, ber_int_t num,
usr/src/head/lber.h
179
int LDAP_CALL ber_put_int(BerElement *ber, ber_int_t num,
usr/src/head/lber.h
181
int LDAP_CALL ber_put_ostring(BerElement *ber, char *str,
usr/src/head/lber.h
183
int LDAP_CALL ber_put_string(BerElement *ber, char *str,
usr/src/head/lber.h
185
int LDAP_CALL ber_put_bitstring(BerElement *ber, char *str,
usr/src/head/lber.h
187
int LDAP_CALL ber_put_null(BerElement *ber, ber_tag_t tag);
usr/src/head/lber.h
188
int LDAP_CALL ber_put_boolean(BerElement *ber, int boolval,
usr/src/head/lber.h
190
int LDAP_CALL ber_start_seq(BerElement *ber, ber_tag_t tag);
usr/src/head/lber.h
191
int LDAP_CALL ber_start_set(BerElement *ber, ber_tag_t tag);
usr/src/head/lber.h
192
int LDAP_CALL ber_put_seq(BerElement *ber);
usr/src/head/lber.h
193
int LDAP_CALL ber_put_set(BerElement *ber);
usr/src/head/lber.h
195
int LDAP_CALL ber_flatten(BerElement *ber,
usr/src/head/lber.h
201
LDAP_API(void) LDAP_CALL ber_free(BerElement *ber, int freebuf);
usr/src/head/lber.h
202
LDAP_API(BerElement*) LDAP_CALL ber_alloc(void);
usr/src/head/lber.h
203
LDAP_API(BerElement*) LDAP_CALL der_alloc(void);
usr/src/head/lber.h
204
LDAP_API(BerElement*) LDAP_CALL ber_alloc_t(int options);
usr/src/head/lber.h
205
LDAP_API(BerElement*) LDAP_CALL ber_dup(BerElement *ber);
usr/src/head/lber.h
206
ber_int_t LDAP_CALL ber_read(BerElement *ber, char *buf,
usr/src/head/lber.h
208
ber_int_t LDAP_CALL ber_write(BerElement *ber, char *buf,
usr/src/head/lber.h
210
LDAP_API(void) LDAP_CALL ber_reset(BerElement *ber, int was_writing);
usr/src/head/ldap.h
1001
LDAP_API(int) LDAP_CALL ldap_entry2html(LDAP *ld, char *buf, LDAPMessage *entry,
usr/src/head/ldap.h
1006
LDAP_API(int) LDAP_CALL ldap_vals2html(LDAP *ld, char *buf, char **vals,
usr/src/head/ldap.h
1011
LDAP_API(int) LDAP_CALL ldap_entry2html_search(LDAP *ld, char *dn, char *base,
usr/src/head/ldap.h
1069
LDAP_API(int) LDAP_CALL ldap_init_searchprefs(char *file,
usr/src/head/ldap.h
1072
LDAP_API(int) LDAP_CALL ldap_init_searchprefs_buf(char *buf, long buflen,
usr/src/head/ldap.h
1075
LDAP_API(void) LDAP_CALL ldap_free_searchprefs(struct ldap_searchobj *solist);
usr/src/head/ldap.h
1077
LDAP_API(struct ldap_searchobj *) LDAP_CALL ldap_first_searchobj(
usr/src/head/ldap.h
1080
LDAP_API(struct ldap_searchobj *) LDAP_CALL ldap_next_searchobj(
usr/src/head/ldap.h
1157
LDAP_API(void) LDAP_CALL ldap_mods_free(LDAPMod **mods, int freemods);
usr/src/head/ldap.h
1166
char **LDAP_CALL ldap_get_lang_values(LDAP *ld, LDAPMessage *entry,
usr/src/head/ldap.h
1168
struct berval **LDAP_CALL ldap_get_lang_values_len(LDAP *ld,
usr/src/head/ldap.h
1177
typedef int (LDAP_CALL LDAP_CALLBACK LDAP_REBINDPROC_CALLBACK)(LDAP *ld,
usr/src/head/ldap.h
1179
LDAP_API(void) LDAP_CALL ldap_set_rebind_proc(LDAP *ld,
usr/src/head/ldap.h
1239
int LDAP_CALL ldap_multisort_entries(LDAP *ld, LDAPMessage **chain,
usr/src/head/ldap.h
1241
int LDAP_CALL ldap_sort_entries(LDAP *ld, LDAPMessage **chain,
usr/src/head/ldap.h
1243
int LDAP_CALL ldap_sort_values(LDAP *ld, char **vals,
usr/src/head/ldap.h
1272
LDAP_API(LDAPFiltDesc *) LDAP_CALL ldap_init_getfilter(char *fname);
usr/src/head/ldap.h
1273
LDAP_API(LDAPFiltDesc *) LDAP_CALL ldap_init_getfilter_buf(char *buf,
usr/src/head/ldap.h
1275
LDAP_API(LDAPFiltInfo *) LDAP_CALL ldap_getfirstfilter(LDAPFiltDesc *lfdp,
usr/src/head/ldap.h
1277
LDAP_API(LDAPFiltInfo *) LDAP_CALL ldap_getnextfilter(LDAPFiltDesc *lfdp);
usr/src/head/ldap.h
1278
int LDAP_CALL ldap_set_filter_additions(LDAPFiltDesc *lfdp,
usr/src/head/ldap.h
1280
int LDAP_CALL ldap_create_filter(char *buf, unsigned long buflen,
usr/src/head/ldap.h
1283
LDAP_API(void) LDAP_CALL ldap_getfilter_free(LDAPFiltDesc *lfdp);
usr/src/head/ldap.h
1293
char *LDAP_CALL ldap_friendly_name(char *filename, char *name,
usr/src/head/ldap.h
1295
LDAP_API(void) LDAP_CALL ldap_free_friendlymap(FriendlyMap *map);
usr/src/head/ldap.h
1303
int LDAP_CALL ldap_memcache_init(unsigned long ttl,
usr/src/head/ldap.h
1306
int LDAP_CALL ldap_memcache_set(LDAP *ld, LDAPMemCache *cache);
usr/src/head/ldap.h
1307
int LDAP_CALL ldap_memcache_get(LDAP *ld, LDAPMemCache **cachep);
usr/src/head/ldap.h
1308
LDAP_API(void) LDAP_CALL ldap_memcache_flush(LDAPMemCache *cache, char *dn,
usr/src/head/ldap.h
1310
LDAP_API(void) LDAP_CALL ldap_memcache_destroy(LDAPMemCache *cache);
usr/src/head/ldap.h
1311
LDAP_API(void) LDAP_CALL ldap_memcache_update(LDAPMemCache *cache);
usr/src/head/ldap.h
1352
int LDAP_CALL ldap_bind(LDAP *ld, const char *who,
usr/src/head/ldap.h
1354
int LDAP_CALL ldap_bind_s(LDAP *ld, const char *who,
usr/src/head/ldap.h
1360
char **LDAP_CALL ldap_explode_dns(const char *dn);
usr/src/head/ldap.h
1361
int LDAP_CALL ldap_is_dns_dn(const char *dn);
usr/src/head/ldap.h
1372
int LDAP_CALL ldap_ufn_search_c(LDAP *ld, char *ufn,
usr/src/head/ldap.h
1375
int LDAP_CALL ldap_ufn_search_ct(LDAP *ld, char *ufn,
usr/src/head/ldap.h
1379
int LDAP_CALL ldap_ufn_search_s(LDAP *ld, char *ufn,
usr/src/head/ldap.h
1381
LDAP_API(LDAPFiltDesc *) LDAP_CALL ldap_ufn_setfilter(LDAP *ld, char *fname);
usr/src/head/ldap.h
1382
LDAP_API(void) LDAP_CALL ldap_ufn_setprefix(LDAP *ld, char *prefix);
usr/src/head/ldap.h
1400
int LDAP_CALL ldap_version(LDAPVersion *ver);
usr/src/head/ldap.h
1403
LDAP_API(void) LDAP_CALL ldap_build_filter(char *buf, size_t buflen,
usr/src/head/ldap.h
1407
LDAP_API(void) LDAP_CALL ldap_setfilteraffixes(LDAPFiltDesc *lfdp,
usr/src/head/ldap.h
1435
LDAP * LDAP_CALL ldapssl_init(const char *defhost, int defport,
usr/src/head/ldap.h
1442
int LDAP_CALL ldapssl_install_routines(LDAP *ld);
usr/src/head/ldap.h
1478
int LDAP_CALL ldapssl_client_init(
usr/src/head/ldap.h
1485
int LDAP_CALL ldapssl_clientauth_init(
usr/src/head/ldap.h
1493
int LDAP_CALL ldapssl_advclientauth_init(
usr/src/head/ldap.h
1504
const char *LDAP_CALL ldapssl_err2string(const int prerrno);
usr/src/head/ldap.h
1509
int LDAP_CALL ldapssl_enable_clientauth(LDAP *ld, char *keynickname,
usr/src/head/ldap.h
1542
int LDAP_CALL ldapssl_pkcs_init(const struct ldapssl_pkcs_fns *pfns);
usr/src/head/ldap.h
1573
int LDAP_CALL ldap_sasl_interactive_bind_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
476
LDAP_API(LDAP *) LDAP_CALL ldap_open(const char *host, int port);
usr/src/head/ldap.h
477
LDAP_API(LDAP *) LDAP_CALL ldap_init(const char *defhost, int defport);
usr/src/head/ldap.h
478
int LDAP_CALL ldap_set_option(LDAP *ld, int option,
usr/src/head/ldap.h
480
int LDAP_CALL ldap_get_option(LDAP *ld, int option, void *optdata);
usr/src/head/ldap.h
481
int LDAP_CALL ldap_unbind(LDAP *ld);
usr/src/head/ldap.h
482
int LDAP_CALL ldap_unbind_s(LDAP *ld);
usr/src/head/ldap.h
487
int LDAP_CALL ldap_abandon(LDAP *ld, int msgid);
usr/src/head/ldap.h
488
int LDAP_CALL ldap_add(LDAP *ld, const char *dn, LDAPMod **attrs);
usr/src/head/ldap.h
489
int LDAP_CALL ldap_add_s(LDAP *ld, const char *dn, LDAPMod **attrs);
usr/src/head/ldap.h
490
int LDAP_CALL ldap_simple_bind(LDAP *ld, const char *who,
usr/src/head/ldap.h
492
int LDAP_CALL ldap_simple_bind_s(LDAP *ld, const char *who,
usr/src/head/ldap.h
494
int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods);
usr/src/head/ldap.h
495
int LDAP_CALL ldap_modify_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
497
int LDAP_CALL ldap_modrdn(LDAP *ld, const char *dn,
usr/src/head/ldap.h
499
int LDAP_CALL ldap_modrdn_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
503
int LDAP_CALL ldap_modrdn2(LDAP *ld, const char *dn,
usr/src/head/ldap.h
505
int LDAP_CALL ldap_modrdn2_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
508
int LDAP_CALL ldap_compare(LDAP *ld, const char *dn,
usr/src/head/ldap.h
510
int LDAP_CALL ldap_compare_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
512
int LDAP_CALL ldap_delete(LDAP *ld, const char *dn);
usr/src/head/ldap.h
513
int LDAP_CALL ldap_delete_s(LDAP *ld, const char *dn);
usr/src/head/ldap.h
514
int LDAP_CALL ldap_search(LDAP *ld, const char *base, int scope,
usr/src/head/ldap.h
516
int LDAP_CALL ldap_search_s(LDAP *ld, const char *base, int scope,
usr/src/head/ldap.h
518
int LDAP_CALL ldap_search_st(LDAP *ld, const char *base, int scope,
usr/src/head/ldap.h
521
int LDAP_CALL ldap_result(LDAP *ld, int msgid, int all,
usr/src/head/ldap.h
523
int LDAP_CALL ldap_msgfree(LDAPMessage *lm);
usr/src/head/ldap.h
524
int LDAP_CALL ldap_msgid(LDAPMessage *lm);
usr/src/head/ldap.h
525
int LDAP_CALL ldap_msgtype(LDAPMessage *lm);
usr/src/head/ldap.h
531
int LDAP_CALL ldap_result2error(LDAP *ld, LDAPMessage *r,
usr/src/head/ldap.h
533
char *LDAP_CALL ldap_err2string(int err);
usr/src/head/ldap.h
534
LDAP_API(void) LDAP_CALL ldap_perror(LDAP *ld, const char *s);
usr/src/head/ldap.h
535
LDAP_API(LDAPMessage *) LDAP_CALL ldap_first_entry(LDAP *ld,
usr/src/head/ldap.h
537
LDAP_API(LDAPMessage *) LDAP_CALL ldap_next_entry(LDAP *ld,
usr/src/head/ldap.h
539
int LDAP_CALL ldap_count_entries(LDAP *ld, LDAPMessage *chain);
usr/src/head/ldap.h
540
char *LDAP_CALL ldap_get_dn(LDAP *ld, LDAPMessage *entry);
usr/src/head/ldap.h
541
char *LDAP_CALL ldap_dn2ufn(const char *dn);
usr/src/head/ldap.h
542
char **LDAP_CALL ldap_explode_dn(const char *dn,
usr/src/head/ldap.h
544
char **LDAP_CALL ldap_explode_rdn(const char *rdn,
usr/src/head/ldap.h
546
char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
usr/src/head/ldap.h
548
char *LDAP_CALL ldap_next_attribute(LDAP *ld, LDAPMessage *entry,
usr/src/head/ldap.h
552
LDAP_API(void) LDAP_CALL ldap_ber_free(BerElement *ber, int freebuf);
usr/src/head/ldap.h
554
char **LDAP_CALL ldap_get_values(LDAP *ld, LDAPMessage *entry,
usr/src/head/ldap.h
556
struct berval **LDAP_CALL ldap_get_values_len(LDAP *ld,
usr/src/head/ldap.h
558
int LDAP_CALL ldap_count_values(char **vals);
usr/src/head/ldap.h
559
int LDAP_CALL ldap_count_values_len(struct berval **vals);
usr/src/head/ldap.h
560
LDAP_API(void) LDAP_CALL ldap_value_free(char **vals);
usr/src/head/ldap.h
561
LDAP_API(void) LDAP_CALL ldap_value_free_len(struct berval **vals);
usr/src/head/ldap.h
562
LDAP_API(void) LDAP_CALL ldap_memfree(void *p);
usr/src/head/ldap.h
573
int LDAP_CALL ldap_abandon_ext(LDAP *ld, int msgid,
usr/src/head/ldap.h
575
int LDAP_CALL ldap_add_ext(LDAP *ld, const char *dn, LDAPMod **attrs,
usr/src/head/ldap.h
577
int LDAP_CALL ldap_add_ext_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
579
int LDAP_CALL ldap_sasl_bind(LDAP *ld, const char *dn,
usr/src/head/ldap.h
582
int LDAP_CALL ldap_sasl_bind_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
586
int LDAP_CALL ldap_modify_ext(LDAP *ld, const char *dn,
usr/src/head/ldap.h
589
int LDAP_CALL ldap_modify_ext_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
591
int LDAP_CALL ldap_rename(LDAP *ld, const char *dn,
usr/src/head/ldap.h
594
int LDAP_CALL ldap_rename_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
597
int LDAP_CALL ldap_compare_ext(LDAP *ld, const char *dn,
usr/src/head/ldap.h
600
int LDAP_CALL ldap_compare_ext_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
603
int LDAP_CALL ldap_delete_ext(LDAP *ld, const char *dn,
usr/src/head/ldap.h
605
int LDAP_CALL ldap_delete_ext_s(LDAP *ld, const char *dn,
usr/src/head/ldap.h
607
int LDAP_CALL ldap_search_ext(LDAP *ld, const char *base,
usr/src/head/ldap.h
611
int LDAP_CALL ldap_search_ext_s(LDAP *ld, const char *base,
usr/src/head/ldap.h
615
int LDAP_CALL ldap_extended_operation(LDAP *ld,
usr/src/head/ldap.h
618
int LDAP_CALL ldap_extended_operation_s(LDAP *ld,
usr/src/head/ldap.h
622
int LDAP_CALL ldap_unbind_ext(LDAP *ld, LDAPControl **serverctrls,
usr/src/head/ldap.h
629
int LDAP_CALL ldap_parse_sasl_bind_result(LDAP *ld,
usr/src/head/ldap.h
631
int LDAP_CALL ldap_parse_result(LDAP *ld, LDAPMessage *res,
usr/src/head/ldap.h
634
int LDAP_CALL ldap_parse_extended_result(LDAP *ld, LDAPMessage *res,
usr/src/head/ldap.h
636
LDAP_API(LDAPMessage *) LDAP_CALL ldap_first_message(LDAP *ld,
usr/src/head/ldap.h
638
LDAP_API(LDAPMessage *) LDAP_CALL ldap_next_message(LDAP *ld,
usr/src/head/ldap.h
640
int LDAP_CALL ldap_count_messages(LDAP *ld, LDAPMessage *res);
usr/src/head/ldap.h
641
LDAP_API(LDAPMessage *) LDAP_CALL ldap_first_reference(LDAP *ld,
usr/src/head/ldap.h
643
LDAP_API(LDAPMessage *) LDAP_CALL ldap_next_reference(LDAP *ld,
usr/src/head/ldap.h
645
int LDAP_CALL ldap_count_references(LDAP *ld, LDAPMessage *res);
usr/src/head/ldap.h
646
int LDAP_CALL ldap_parse_reference(LDAP *ld, LDAPMessage *ref,
usr/src/head/ldap.h
648
int LDAP_CALL ldap_get_entry_controls(LDAP *ld, LDAPMessage *entry,
usr/src/head/ldap.h
650
LDAP_API(void) LDAP_CALL ldap_control_free(LDAPControl *ctrl);
usr/src/head/ldap.h
651
LDAP_API(void) LDAP_CALL ldap_controls_free(LDAPControl **ctrls);
usr/src/head/ldap.h
657
LDAP_API(void) LDAP_CALL ldap_add_result_entry(
usr/src/head/ldap.h
659
LDAP_API(LDAPMessage *) LDAP_CALL ldap_delete_result_entry(
usr/src/head/ldap.h
675
int LDAP_CALL ldap_create_sort_control(LDAP *ld,
usr/src/head/ldap.h
678
int LDAP_CALL ldap_parse_sort_control(LDAP *ld,
usr/src/head/ldap.h
681
LDAP_API(void) LDAP_CALL ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
usr/src/head/ldap.h
682
int LDAP_CALL ldap_create_sort_keylist(LDAPsortkey ***sortKeyList,
usr/src/head/ldap.h
706
int LDAP_CALL ldap_create_virtuallist_control(LDAP *ld,
usr/src/head/ldap.h
709
int LDAP_CALL ldap_parse_virtuallist_control(LDAP *ld,
usr/src/head/ldap.h
724
int LDAP_CALL ldap_create_persistentsearch_control(LDAP *ld,
usr/src/head/ldap.h
727
int LDAP_CALL ldap_parse_entrychange_control(LDAP *ld,
usr/src/head/ldap.h
740
int LDAP_CALL ldap_create_proxyauth_control(LDAP *ld,
usr/src/head/ldap.h
742
int LDAP_CALL ldap_create_proxiedauth_control(LDAP *ld,
usr/src/head/ldap.h
750
int LDAP_CALL ldap_get_lderrno(LDAP *ld, char **m, char **s);
usr/src/head/ldap.h
751
int LDAP_CALL ldap_set_lderrno(LDAP *ld, int e, char *m, char *s);
usr/src/head/ldap.h
788
int LDAP_CALL ldap_is_ldap_url(const char *url);
usr/src/head/ldap.h
789
int LDAP_CALL ldap_url_parse(const char *url, LDAPURLDesc **ludpp);
usr/src/head/ldap.h
790
int LDAP_CALL ldap_url_parse_nodn(const char *url, LDAPURLDesc **ludpp);
usr/src/head/ldap.h
791
LDAP_API(void) LDAP_CALL ldap_free_urldesc(LDAPURLDesc *ludp);
usr/src/head/ldap.h
792
int LDAP_CALL ldap_url_search(LDAP *ld, const char *url,
usr/src/head/ldap.h
794
int LDAP_CALL ldap_url_search_s(LDAP *ld, const char *url,
usr/src/head/ldap.h
796
int LDAP_CALL ldap_url_search_st(LDAP *ld, const char *url,
usr/src/head/ldap.h
947
LDAP_API(int) LDAP_CALL ldap_init_templates(char *file,
usr/src/head/ldap.h
950
LDAP_API(int) LDAP_CALL ldap_init_templates_buf(char *buf, long buflen,
usr/src/head/ldap.h
953
LDAP_API(void) LDAP_CALL ldap_free_templates(struct ldap_disptmpl *tmpllist);
usr/src/head/ldap.h
955
LDAP_API(struct ldap_disptmpl *) LDAP_CALL ldap_first_disptmpl(
usr/src/head/ldap.h
958
LDAP_API(struct ldap_disptmpl *) LDAP_CALL ldap_next_disptmpl(
usr/src/head/ldap.h
962
LDAP_API(struct ldap_disptmpl *) LDAP_CALL ldap_name2template(char *name,
usr/src/head/ldap.h
965
LDAP_API(struct ldap_disptmpl *) LDAP_CALL ldap_oc2template(char **oclist,
usr/src/head/ldap.h
968
LDAP_API(char **) LDAP_CALL ldap_tmplattrs(struct ldap_disptmpl *tmpl,
usr/src/head/ldap.h
972
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_first_tmplrow(
usr/src/head/ldap.h
975
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplrow(
usr/src/head/ldap.h
978
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_first_tmplcol(
usr/src/head/ldap.h
981
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplcol(
usr/src/head/ldap.h
985
LDAP_API(int) LDAP_CALL ldap_entry2text(LDAP *ld, char *buf, LDAPMessage *entry,
usr/src/head/ldap.h
990
LDAP_API(int) LDAP_CALL ldap_vals2text(LDAP *ld, char *buf, char **vals,
usr/src/head/ldap.h
995
LDAP_API(int) LDAP_CALL ldap_entry2text_search(LDAP *ld, char *dn, char *base,
usr/src/lib/libldap5/include/ldap/disptmpl.h
274
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
278
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
283
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
287
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
291
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
296
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
300
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
304
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
309
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
313
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
317
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
321
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
326
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
333
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
339
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
346
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
353
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
359
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
368
LDAP_CALL
usr/src/lib/libldap5/include/ldap/disptmpl.h
50
#ifndef LDAP_CALL
usr/src/lib/libldap5/include/ldap/ldappr.h
101
int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg,
usr/src/lib/libldap5/include/ldap/ldappr.h
164
int LDAP_CALL prldap_set_session_info( LDAP *ld, void *sessionarg,
usr/src/lib/libldap5/include/ldap/ldappr.h
179
int LDAP_CALL prldap_get_session_info( LDAP *ld, void *sessionarg,
usr/src/lib/libldap5/include/ldap/ldappr.h
207
int LDAP_CALL prldap_set_socket_info( int fd, void *socketarg,
usr/src/lib/libldap5/include/ldap/ldappr.h
219
int LDAP_CALL prldap_get_socket_info( int fd, void *socketarg,
usr/src/lib/libldap5/include/ldap/ldappr.h
231
int LDAP_CALL prldap_get_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip );
usr/src/lib/libldap5/include/ldap/ldappr.h
242
int LDAP_CALL prldap_set_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip );
usr/src/lib/libldap5/include/ldap/ldappr.h
53
LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
usr/src/lib/libldap5/include/ldap/ldappr.h
70
int LDAP_CALL prldap_install_routines( LDAP *ld, int shared );
usr/src/lib/libldap5/include/ldap/ldappr.h
85
int LDAP_CALL prldap_set_session_option( LDAP *ld, void *sessionarg,
usr/src/lib/libldap5/include/ldap/solaris-int.h
141
LDAP_API(void) LDAP_CALL ber_special_free(void* buf, BerElement *ber);
usr/src/lib/libldap5/include/ldap/solaris-int.h
142
LDAP_API(void*) LDAP_CALL ber_special_alloc(size_t size, BerElement **ppBer);
usr/src/lib/libldap5/include/ldap/solaris-int.h
143
LDAP_API(ber_uint_t) LDAP_CALL ber_get_next_buffer( void *buffer,
usr/src/lib/libldap5/include/ldap/solaris-int.h
146
LDAP_API(ber_uint_t) LDAP_CALL ber_get_next_buffer_ext( void *buffer,
usr/src/lib/libldap5/include/ldap/solaris-int.h
149
LDAP_API(void) LDAP_CALL ber_init_w_nullchar( BerElement *ber, int options );
usr/src/lib/libldap5/include/ldap/solaris-int.h
150
LDAP_API(int) LDAP_CALL ber_set_option( BerElement *ber, int option,
usr/src/lib/libldap5/include/ldap/solaris-int.h
152
LDAP_API(int) LDAP_CALL ber_get_option( BerElement *ber, int option,
usr/src/lib/libldap5/include/ldap/solaris-int.h
154
LDAP_API(Sockbuf*) LDAP_CALL ber_sockbuf_alloc( void );
usr/src/lib/libldap5/include/ldap/solaris-int.h
155
LDAP_API(void) LDAP_CALL ber_sockbuf_free( Sockbuf* p );
usr/src/lib/libldap5/include/ldap/solaris-int.h
156
LDAP_API(int) LDAP_CALL ber_sockbuf_set_option( Sockbuf *sb, int option,
usr/src/lib/libldap5/include/ldap/solaris-int.h
158
LDAP_API(int) LDAP_CALL ber_sockbuf_get_option( Sockbuf *sb, int option,
usr/src/lib/libldap5/include/ldap/solaris-int.h
160
LDAP_API(int) LDAP_CALL ber_flush( Sockbuf *sb, BerElement *ber, int freeit );
usr/src/lib/libldap5/include/ldap/solaris-int.h
161
LDAP_API(ber_tag_t) LDAP_CALL ber_get_next( Sockbuf *sb, ber_len_t *len,
usr/src/lib/libldap5/include/ldap/solaris-int.h
281
LDAP_API(int) LDAP_CALL ldap_x_hostlist_first( const char *hostlist,
usr/src/lib/libldap5/include/ldap/solaris-int.h
284
LDAP_API(int) LDAP_CALL ldap_x_hostlist_next( char **hostp,
usr/src/lib/libldap5/include/ldap/solaris-int.h
286
LDAP_API(void) LDAP_CALL ldap_x_hostlist_statusfree(
usr/src/lib/libldap5/include/ldap/solaris-int.h
419
int LDAP_CALL ldap_cache_flush(LDAP *ld, const char *dn,
usr/src/lib/libldap5/include/ldap/solaris-int.h
487
LDAP_API(int) LDAP_CALL ldap_keysort_entries( LDAP *ld, LDAPMessage **chain,
usr/src/lib/libldap5/include/ldap/solaris-int.h
494
LDAP_API(int) LDAP_CALL ldap_charray_add( char ***a, char *s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
495
LDAP_API(int) LDAP_CALL ldap_charray_merge( char ***a, char **s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
496
LDAP_API(void) LDAP_CALL ldap_charray_free( char **array );
usr/src/lib/libldap5/include/ldap/solaris-int.h
497
LDAP_API(int) LDAP_CALL ldap_charray_inlist( char **a, char *s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
498
LDAP_API(char **) LDAP_CALL ldap_charray_dup( char **a );
usr/src/lib/libldap5/include/ldap/solaris-int.h
499
LDAP_API(char **) LDAP_CALL ldap_str2charray( char *str, char *brkstr );
usr/src/lib/libldap5/include/ldap/solaris-int.h
500
LDAP_API(int) LDAP_CALL ldap_charray_position( char **a, char *s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
506
LDAP_API(int) LDAP_CALL ldap_utf8len( const char* );
usr/src/lib/libldap5/include/ldap/solaris-int.h
508
LDAP_API(char*) LDAP_CALL ldap_utf8next( char* );
usr/src/lib/libldap5/include/ldap/solaris-int.h
510
LDAP_API(char*) LDAP_CALL ldap_utf8prev( char* );
usr/src/lib/libldap5/include/ldap/solaris-int.h
512
LDAP_API(int) LDAP_CALL ldap_utf8copy( char* dst, const char* src );
usr/src/lib/libldap5/include/ldap/solaris-int.h
514
LDAP_API(size_t) LDAP_CALL ldap_utf8characters( const char* );
usr/src/lib/libldap5/include/ldap/solaris-int.h
516
LDAP_API(unsigned long) LDAP_CALL ldap_utf8getcc( const char** src );
usr/src/lib/libldap5/include/ldap/solaris-int.h
518
LDAP_API(char*) LDAP_CALL ldap_utf8strtok_r( char* src, const char* brk, char** next);
usr/src/lib/libldap5/include/ldap/solaris-int.h
521
LDAP_API(int) LDAP_CALL ldap_utf8isalnum( char* s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
523
LDAP_API(int) LDAP_CALL ldap_utf8isalpha( char* s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
525
LDAP_API(int) LDAP_CALL ldap_utf8isdigit( char* s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
527
LDAP_API(int) LDAP_CALL ldap_utf8isxdigit(char* s );
usr/src/lib/libldap5/include/ldap/solaris-int.h
529
LDAP_API(int) LDAP_CALL ldap_utf8isspace( char* s );
usr/src/lib/libldap5/include/ldap/srchpref.h
122
LDAP_CALL
usr/src/lib/libldap5/include/ldap/srchpref.h
126
LDAP_CALL
usr/src/lib/libldap5/include/ldap/srchpref.h
131
LDAP_CALL
usr/src/lib/libldap5/include/ldap/srchpref.h
135
LDAP_CALL
usr/src/lib/libldap5/include/ldap/srchpref.h
139
LDAP_CALL
usr/src/lib/libldap5/include/ldap/srchpref.h
51
#ifndef LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
147
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
193
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
213
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
260
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
295
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
340
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
368
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
384
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
39
LDAP_API(void) LDAP_CALL ber_svecfree( char **vals );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
397
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
415
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
48
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
690
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
702
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
716
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
742
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
756
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/decode.c
88
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
207
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
217
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
227
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
278
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
285
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
314
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
332
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
404
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
414
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
546
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/encode.c
553
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
1011
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
1088
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
1097
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
1229
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
1272
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
209
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
296
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
320
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
336
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
417
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
448
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
455
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
462
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
477
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
497
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
592
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
715
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
722
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
745
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
806
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
861
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
921
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ber/io.c
986
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/abandon.c
54
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/abandon.c
72
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/add.c
187
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/add.c
193
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/add.c
58
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/add.c
79
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/bind.c
114
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/bind.c
48
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/bind.c
94
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/cache.c
38
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
100
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
118
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
142
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
178
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
218
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
32
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/charray.c
68
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/compare.c
147
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/compare.c
160
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/compare.c
47
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/compare.c
67
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/control.c
258
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/control.c
274
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/control.c
291
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/countvalues.c
33
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/countvalues.c
48
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/delete.c
130
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/delete.c
137
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/delete.c
44
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/delete.c
59
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
102
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
150
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
191
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
285
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
293
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
302
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
319
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
356
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
364
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
372
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
380
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
389
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
759
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
302
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
338
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
402
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
418
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
448
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/error.c
482
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/extendop.c
138
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/extendop.c
177
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/extendop.c
34
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/free.c
120
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/free.c
134
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/free.c
40
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/free.c
87
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/freevalues.c
33
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/freevalues.c
46
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/friendly.c
118
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/friendly.c
37
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getattr.c
112
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getattr.c
57
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
147
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
330
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
337
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
344
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
38
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getdn.c
65
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getentry.c
39
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getentry.c
55
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getentry.c
73
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getentry.c
93
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
221
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
246
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
254
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
300
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
396
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
44
extern char * LDAP_CALL re_comp();
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
45
extern int LDAP_CALL re_exec( char *lp );
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
502
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
51
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
99
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getoption.c
37
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
445
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
452
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
460
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
469
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
109
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
119
unsigned long LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
145
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
191
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
203
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
214
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
224
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
236
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
33
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
41
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
67
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ldaputf8.c
83
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
251
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
356
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
447
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
469
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
486
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/memcache.c
511
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/message.c
25
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/message.c
36
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/message.c
48
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/message.c
60
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/message.c
76
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/modify.c
187
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/modify.c
194
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/modify.c
56
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/modify.c
72
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
387
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
420
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
456
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
632
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
670
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/open.c
734
void LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/proxyauthctrl.c
108
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/proxyauthctrl.c
43
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/psearch.c
25
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/psearch.c
77
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/referral.c
35
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/referral.c
51
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/referral.c
69
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/referral.c
92
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
182
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
195
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
202
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
230
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
246
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/rename.c
58
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/result.c
1142
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/result.c
80
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sasl.c
1029
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
172
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
212
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
43
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sbind.c
150
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sbind.c
53
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/search.c
114
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/search.c
86
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/search.c
917
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/search.c
934
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/search.c
949
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/setoption.c
48
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sort.c
196
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sort.c
278
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sort.c
294
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sort.c
73
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
136
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
347
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
37
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
394
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
109
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
151
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
227
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
235
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
63
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
106
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
383
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
408
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
560
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
582
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
81
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ufn.c
252
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ufn.c
346
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ufn.c
358
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ufn.c
43
typedef int (LDAP_CALL *cancelptype)( void *cancelparm );
usr/src/lib/libldap5/sources/ldap/common/ufn.c
505
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/ufn.c
515
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/unbind.c
45
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/unbind.c
55
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/unbind.c
63
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
119
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
144
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
385
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
401
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
478
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
517
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/url.c
60
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/vlistctrl.c
175
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/common/vlistctrl.c
71
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
106
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
148
int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg,
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
185
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
221
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
260
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
287
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
313
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
351
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
48
LDAP * LDAP_CALL
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-public.c
80
int LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
407
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
511
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
585
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
705
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
730
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/clientinit.c
866
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/errormap.c
78
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/ldapsinit.c
198
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/ldapsinit.c
497
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/ldapsinit.c
594
LDAP_CALL
usr/src/lib/libldap5/sources/ldap/ssldap/ldapsinit.c
626
LDAP_CALL