Searched refs:ber_int_t (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/external/bsd/openldap/include/
H A Dlber_types.h43 typedef LBER_INT_T ber_int_t; typedef
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dabandon.c47 ber_int_t origid,
115 ber_int_t msgid )
128 ber_int_t origid,
135 ber_int_t msgid = origid;
342 ldap_int_bisect_find( ber_int_t *v, ber_len_t n, ber_int_t id, int *idxp )
361 ber_int_t curid;
400 ldap_int_bisect_insert( ber_int_t **vp, ber_len_t *np, int id, int idx )
402 ber_int_t *v;
413 v = ber_memrealloc( *vp, sizeof( ber_int_t ) * (
[all...]
H A Ddds.c35 ldap_parse_refresh( LDAP *ld, LDAPMessage *res, ber_int_t *newttl )
91 ber_int_t ttl,
138 ber_int_t ttl,
139 ber_int_t *newttl,
H A Dldap-int.h171 ber_int_t lm_msgid; /* the message id */
231 ber_int_t ldo_version;
232 ber_int_t ldo_deref;
233 ber_int_t ldo_timelimit;
234 ber_int_t ldo_sizelimit;
249 ber_int_t ldo_keepalive_idle;
250 ber_int_t ldo_keepalive_probes;
251 ber_int_t ldo_keepalive_interval;
397 ber_int_t lr_msgid; /* the message id */
407 ber_int_t lr_origi
[all...]
H A Dpagectrl.c60 ber_int_t pagesize,
143 ber_int_t pagesize,
186 ber_int_t *countp,
191 ber_int_t count;
241 ber_int_t *countp,
H A Dvlvctrl.c297 ber_int_t *target_posp,
298 ber_int_t *list_countp,
300 ber_int_t *errcodep )
303 ber_int_t pos, count, err;
H A Dmodrdn.c65 ber_int_t *msgidp )
85 dn, newrdn, (ber_int_t) deleteoldrdn,
91 dn, newrdn, (ber_int_t) deleteoldrdn );
142 ber_int_t id;
H A Dmodify.c66 ber_int_t *msgidp )
90 (ber_int_t) ( mods[i]->mod_op & ~LDAP_MOD_BVALUES ),
94 (ber_int_t) mods[i]->mod_op,
161 ber_int_t id;
H A Dsearch.c96 ber_int_t id;
233 ber_int_t id;
257 ber_int_t scope,
260 ber_int_t attrsonly,
263 ber_int_t timelimit,
264 ber_int_t sizelimit,
265 ber_int_t deref,
266 ber_int_t *idp)
321 LDAP_REQ_SEARCH, base, (ber_int_t) scope,
330 LDAP_REQ_SEARCH, base, (ber_int_t) scop
[all...]
H A Dpsearchctrl.c266 ber_int_t chgtype;
331 ber_int_t chgnum = 0;
H A Dppolicy.c127 ber_int_t *expirep,
128 ber_int_t *gracep,
H A Dadd.c100 ber_int_t *msgidp )
216 ber_int_t id;
H A Dresult.c74 static int ldap_abandoned LDAP_P(( LDAP *ld, ber_int_t msgid ));
75 static int ldap_mark_abandoned LDAP_P(( LDAP *ld, ber_int_t msgid ));
76 static int wait4msg LDAP_P(( LDAP *ld, ber_int_t msgid, int all, struct timeval *timeout,
78 static ber_tag_t try_read1msg LDAP_P(( LDAP *ld, ber_int_t msgid,
245 ber_int_t msgid,
450 ber_int_t msgid,
457 ber_int_t id;
464 ber_int_t lderr = -1;
1166 ber_int_t along;
1369 ldap_abandoned( LDAP *ld, ber_int_t msgi
[all...]
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dcommon.h93 extern ber_int_t pr_morePagedResults;
98 extern ber_int_t vlvPos;
99 extern ber_int_t vlvCount;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinber.d38 alias int ber_int_t, ber_slen_t;
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dencode.c177 ber_int_t num,
181 unsigned char sign, data[TAGBUF_SIZE+1 + OCTET_SIZE(ber_int_t)], *ptr;
204 ber_int_t num,
217 ber_int_t num,
333 ber_int_t boolval,
513 ber_int_t i;
540 i = va_arg( ap, ber_int_t );
545 i = va_arg( ap, ber_int_t );
550 i = va_arg( ap, ber_int_t );
H A Dmemory.c47 ber_int_t bm_top; /* Pattern to detect buf overrun from prev buffer */
48 ber_int_t bm_length; /* Length of user allocated area */
50 ber_int_t bm_sequence; /* Allocation sequence number */
55 ber_int_t bmu_int_t;
70 #define LBER_MEM_JUNK ((ber_int_t) 0xdeaddada)
83 static ber_int_t sequence = 0;
154 memset( mh, 0xff, mh->bm_length + sizeof(struct ber_mem_hdr) + sizeof(ber_int_t));
209 new = malloc(s + sizeof(struct ber_mem_hdr) + sizeof( ber_int_t));
264 new = n < (-sizeof(struct ber_mem_hdr) - sizeof(ber_int_t)) / s
265 ? calloc(1, n*s + sizeof(struct ber_mem_hdr) + sizeof(ber_int_t))
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dproto-ldap.h56 ber_int_t msgid, time_t timeout, ldap_back_send_t sendok );
57 int ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok );
H A Dcompare.c47 ber_int_t msgid;
H A Ddelete.c47 ber_int_t msgid;
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap.h598 #define LDAP_SCOPE_BASE ((ber_int_t) 0x0000)
600 #define LDAP_SCOPE_ONELEVEL ((ber_int_t) 0x0001)
602 #define LDAP_SCOPE_SUBTREE ((ber_int_t) 0x0002)
604 #define LDAP_SCOPE_SUBORDINATE ((ber_int_t) 0x0003) /* OpenLDAP extension */
606 #define LDAP_SCOPE_DEFAULT ((ber_int_t) -1) /* OpenLDAP extension */
1019 ber_tag_t request, ber_int_t msgid,
2162 ber_int_t pagesize,
2169 ber_int_t pagesize,
2180 ber_int_t *count,
2188 ber_int_t *coun
[all...]
H A Dldap_utf8.h48 typedef ber_int_t ldap_ucs4_t;
H A Dlber.h278 ber_int_t *num ));
283 ber_int_t *num ));
288 ber_int_t *num ));
332 ber_int_t *boolval ));
372 ber_int_t num,
378 ber_int_t num,
415 ber_int_t boolval,
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dlload.h365 ber_int_t c_next_msgid; /* msgid of the next message */
444 ber_int_t o_client_msgid;
445 ber_int_t o_saved_msgid;
449 ber_int_t o_upstream_msgid;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dabandon.c42 ber_int_t id;

Completed in 246 milliseconds

1234