Home
last modified time | relevance | path

Searched refs:ber_init (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinber.d58 BerElement* ber_init(const(BerValue)*);
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/
H A DproxyOld.c77 ber = ber_init( &ctrl->ldctl_value ); in proxyOld_parse()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c183 ber = ber_init( &ctrls[ i ]->ldctl_value ); in ldap_sync_search_entry()
334 ber = ber_init( &ctrls[ i ]->ldctl_value ); in ldap_sync_search_result()
470 ber = ber_init( retdata ); in ldap_sync_search_intermediate()
H A Daccount_usability.c71 ber = ber_init(&ctrl->ldctl_value); in ldap_parse_accountusability_control()
H A Dtxn.c136 ber = ber_init( retdata ); in ldap_txn_end_s()
H A Dpasswd.c61 BerElement *ber = ber_init( retdata ); in ldap_parse_passwd()
H A Ddds.c64 ber = ber_init( retdata ); in ldap_parse_refresh()
H A Dppolicy.c148 ber = ber_init(&ctrl->ldctl_value); in ldap_parse_passwordpolicy_control()
H A Dpagectrl.c200 ber = ber_init( &ctrl->ldctl_value ); in ldap_parse_pageresponse_control()
H A Dvlvctrl.c326 ber = ber_init(&ctrl->ldctl_value); in ldap_parse_vlvresponse_control()
H A Dpsearchctrl.c287 ber = ber_init(&ctrl->ldctl_value); in ldap_parse_entrychange_control()
H A Dmsctrl.c151 ber = ber_init( &ctrl->ldctl_value ); in ldap_parse_dirsync_control()
H A Dstctrl.c201 ber = ber_init( &ctrl->ldctl_value ); in ldap_parse_session_tracking_control()
H A Dderef.c181 ber = ber_init( &ctrl->ldctl_value ); in ldap_parse_derefresponse_control()
H A Dsortctrl.c524 ber = ber_init(&ctrl->ldctl_value); in ldap_parse_sortresponse_control()
H A Dvc.c93 BerElement * ber = ber_init(retdata); in ldap_parse_verify_credentials()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c1433 ber = ber_init( &(ctrl->ldctl_value) ); in parseAssert()
1509 ber = ber_init( &ctrl->ldctl_value ); in parseReadAttrs()
1617 ber = ber_init( &(ctrl->ldctl_value) ); in parseValuesReturnFilter()
1780 ber = ber_init( &ctrl->ldctl_value ); in parseSearchOptions()
1874 ber = ber_init( &ctrl->ldctl_value ); in parseSessionTracking()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c356 ber = ber_init( retdata ); in main()
H A Dcommon.c1984 ber = ber_init( &ctrl->ldctl_value ); in print_prepostread()
2322 ber = ber_init( &ctrl->ldctl_value ); in print_whatfailed()
2364 ber = ber_init( &ctrl->ldctl_value ); in print_syncstate()
2438 ber = ber_init( &ctrl->ldctl_value ); in print_syncdone()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber.h526 ber_init LDAP_P((
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c352 ber_init( struct berval *bv ) in ber_init() function
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt3228 With the exceptions of two new functions ber_flatten() and ber_init(),
3340 ber_alloc_t() or ber_init(). Each BerElement SHOULD be freed by the
3573 BerElement *ber_init( const struct berval *bv );
3575 The ber_init function constructs a BerElement and returns a new BerEle-
3576 ment containing a copy of the data in the bv argument. ber_init returns
3594 ber_init(). ber_scanf interprets the bytes according to the format
3774 ber = ber_init(bv);
3776 fputs("ERROR ber_init failed\n", stderr);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c2227 ber = ber_init( &ctrl->ldctl_value ); in ldap_chain_parse_ctrl()