Searched refs:ld_msgid (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/lib/libldap4/common/
H A Dkbind.c116 rc = ber_printf( ber, "{it{isto}}", ++ld->ld_msgid, LDAP_REQ_BIND,
166 if ( ldap_result( ld, ld->ld_msgid, 1, (struct timeval *) 0, &res )
230 rc = ber_printf( ber, "{it{isto}}", ++ld->ld_msgid, LDAP_REQ_BIND,
274 if ( ldap_result( ld, ld->ld_msgid, 1, (struct timeval *) 0, &res )
H A Dmodrdn.c75 if ( ber_printf( ber, "{it{ssb}}", ++ld->ld_msgid, LDAP_REQ_MODRDN, dn,
H A Dabandon.c63 ++ld->ld_msgid, ld->ld_cldapdn,
67 rc = ber_printf( ber, "{iti", ++ld->ld_msgid,
H A Dsbind.c64 if ( ber_printf( ber, "{it{ists}", ++ld->ld_msgid, LDAP_REQ_BIND, ld->ld_version, dn, LDAP_AUTH_SIMPLE, passwd ) == -1 ) {
H A Dcompare.c58 if ( ber_printf( ber, "{it{s{so}}", ++ld->ld_msgid, LDAP_REQ_COMPARE,
137 return( ld->ld_msgid );
205 *msgidp = ld->ld_msgid;
H A Dextop.c46 if ( ber_printf( ber, "{it{ts", ++ld->ld_msgid, LDAP_REQ_EXTENDED, LDAP_TAG_EXT_NAME, exoid ) == -1 ) {
H A Dadd.c63 if ( ber_printf( ber, "{it{s{", ++ld->ld_msgid, LDAP_REQ_ADD, dn )
H A Ddelete.c50 if ( ber_printf( ber, "{its", ++ld->ld_msgid, LDAP_REQ_DELETE, dn ) == -1 ) {
H A Dmodify.c62 if ( ber_printf( ber, "{it{s{", ++ld->ld_msgid, LDAP_REQ_MODIFY, dn )
H A Drename.c51 if ( ber_printf( ber, "{it{ssb", ++ld->ld_msgid, LDAP_REQ_MODRDN, dn,
H A Dsearch.c132 err = ber_printf(ber, "{ist{seeiib", ++ld->ld_msgid,
138 err = ber_printf(ber, "{it{seeiib", ++ld->ld_msgid,
246 rv = ld->ld_msgid;
795 *msgidp = ld->ld_msgid;
H A Dunbind.c192 if ( ber_printf( ber, "{itn}", ++ld->ld_msgid,
H A Dreferral.c158 if (( ber = re_encode_request( ld, origreq->lr_ber, ++ld->ld_msgid, ludp )) == NULL ) {
190 if ( srv != NULL && send_server_request( ld, ber, ld->ld_msgid,
H A Dsaslbind.c52 if ( ber_printf( ber, "{it{ist{s", ++ld->ld_msgid, LDAP_REQ_BIND, ld->ld_version, dn, LDAP_AUTH_SASL, mechanism) == -1){
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c203 ++ld->ld_msgid, ld->ld_cldapdn,
208 ++ld->ld_msgid, LDAP_REQ_ABANDON, msgid );
H A Dcompare.c105 *msgidp = ++ld->ld_msgid;
H A Ddelete.c89 *msgidp = ++ld->ld_msgid;
H A Dadd.c122 *msgidp = ++ld->ld_msgid;
H A Dextendop.c82 msgid = ++ld->ld_msgid;
H A Dmodify.c120 *msgidp = ++ld->ld_msgid;
H A Drename.c112 *msgidp = ++ld->ld_msgid;
H A Dsaslbind.c93 msgid = ++ld->ld_msgid;
H A Dsbind.c92 msgid = ++ld->ld_msgid;
H A Dunbind.c205 msgid = ++ld->ld_msgid;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h289 int ld_msgid; member in struct:ldap

Completed in 41 milliseconds

12