HomeSort by: relevance | last modified time | path
    Searched refs:msgidp (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
delete.c 45 int *msgidp )
55 LDAP_NEXT_MSGID( ld, *msgidp );
57 *msgidp, LDAP_REQ_DELETE, dn );
87 * msgidp Message Id Pointer
90 * rc = ldap_delete( ld, dn, sctrls, cctrls, msgidp );
98 int *msgidp )
109 assert( msgidp != NULL );
120 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_DELETE, dn, ber, id );
122 if(*msgidp < 0)
whoami.c 68 int *msgidp )
74 assert( msgidp != NULL );
77 NULL, sctrls, cctrls, msgidp );
add.c 100 ber_int_t *msgidp )
110 LDAP_NEXT_MSGID(ld, *msgidp);
112 *msgidp, LDAP_REQ_ADD, dn );
194 * msgidp Message ID pointer
212 int *msgidp )
222 assert( msgidp != NULL );
233 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_ADD, dn, ber, id );
235 if(*msgidp < 0)
compare.c 53 int *msgidp )
63 LDAP_NEXT_MSGID(ld, *msgidp);
65 *msgidp,
108 int *msgidp )
120 assert( msgidp != NULL );
132 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_COMPARE, dn, ber, id );
133 return ( *msgidp < 0 ? ld->ld_errno : LDAP_SUCCESS );
modrdn.c 65 ber_int_t *msgidp )
75 LDAP_NEXT_MSGID( ld, *msgidp );
84 *msgidp, LDAP_REQ_MODDN,
90 *msgidp, LDAP_REQ_MODDN,
138 int *msgidp )
156 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_MODRDN, dn, ber, id );
158 if( *msgidp < 0 ) {
modify.c 66 ber_int_t *msgidp )
76 LDAP_NEXT_MSGID( ld, *msgidp );
77 rc = ber_printf( ber, "{it{s{" /*}}}*/, *msgidp, LDAP_REQ_MODIFY, dn );
139 * msgidp Message ID pointer
157 int *msgidp )
174 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_MODIFY, dn, ber, id );
175 return( *msgidp < 0 ? ld->ld_errno : LDAP_SUCCESS );
dds.c 94 int *msgidp )
103 assert( msgidp != NULL );
105 *msgidp = -1;
126 sctrls, cctrls, msgidp );
txn.c 46 int *msgidp )
49 NULL, sctrls, cctrls, msgidp );
72 int *msgidp )
91 &txnval, sctrls, cctrls, msgidp );
cancel.c 47 int *msgidp )
57 &cancelidvalp, sctrls, cctrls, msgidp );
turn.c 48 int *msgidp )
64 &turnval, sctrls, cctrls, msgidp );
extended.c 40 ber_int_t *msgidp )
50 LDAP_NEXT_MSGID( ld, *msgidp );
53 *msgidp, LDAP_REQ_EXTENDED,
59 *msgidp, LDAP_REQ_EXTENDED,
108 int *msgidp )
118 assert( msgidp != NULL );
132 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_EXTENDED, NULL, ber, id );
134 return( *msgidp < 0 ? ld->ld_errno : LDAP_SUCCESS );
passwd.c 90 int *msgidp )
98 assert( msgidp != NULL );
138 bv.bv_val ? &bv : NULL, sctrls, cctrls, msgidp );
sasl.c 60 ber_int_t *msgidp )
85 LDAP_NEXT_MSGID( ld, *msgidp );
89 *msgidp, LDAP_REQ_BIND,
96 *msgidp, LDAP_REQ_BIND,
103 *msgidp, LDAP_REQ_BIND,
148 int *msgidp )
158 assert( msgidp != NULL );
169 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_BIND, dn, ber, id );
171 if(*msgidp < 0)
vc.c 210 int *msgidp)
218 assert(msgidp != NULL);
288 &reqdata, sctrls, cctrls, msgidp);
search.c 72 int *msgidp )
75 attrsonly, sctrls, cctrls, timeout, sizelimit, -1, msgidp );
91 int *msgidp )
133 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_SEARCH, base, ber, id );
135 if( *msgidp < 0 )
ldap-int.h 606 ber_int_t *msgidp ));
626 ber_int_t *msgidp ));
637 ber_int_t *msgidp ));
649 ber_int_t *msgidp ));
694 ber_int_t *msgidp ));
708 ber_int_t *msgidp ));
840 ber_int_t *msgidp));
920 ber_int_t *msgidp ));
tls2.c 1320 int *msgidp )
1323 NULL, serverctrls, clientctrls, msgidp );
  /src/external/bsd/openldap/dist/include/
ldap.h 1127 int *msgidp ));
1184 int *msgidp ));
1220 int *msgidp ));
1337 int *msgidp ));
1374 int *msgidp ));
1453 int *msgidp ));
1490 int *msgidp ));
1591 int *msgidp ));
1927 int *msgidp ));
2124 int *msgidp ));
    [all...]
ldap_pvt.h 418 int *msgidp ));
  /src/tests/lib/libpthread/
t_cancellation.c 120 int *msgidp = cookie; local
128 RL(msgctl(*msgidp, IPC_RMID, NULL));

Completed in 97 milliseconds