HomeSort by: relevance | last modified time | path
    Searched refs:ber_int_t (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /src/external/bsd/openldap/include/
lber_types.h 43 typedef LBER_INT_T ber_int_t; typedef
  /src/external/bsd/openldap/dist/libraries/libldap/
abandon.c 47 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 ) * ( n + 1 ) )
    [all...]
dds.c 35 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,
ldap-int.h 171 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;
398 ber_int_t lr_msgid; /* the message id */
408 ber_int_t lr_origid; /* original request's message id *
    [all...]
pagectrl.c 60 ber_int_t pagesize,
143 ber_int_t pagesize,
186 ber_int_t *countp,
191 ber_int_t count;
241 ber_int_t *countp,
modify.c 66 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;
modrdn.c 65 ber_int_t *msgidp )
85 dn, newrdn, (ber_int_t) deleteoldrdn,
91 dn, newrdn, (ber_int_t) deleteoldrdn );
142 ber_int_t id;
vlvctrl.c 297 ber_int_t *target_posp,
298 ber_int_t *list_countp,
300 ber_int_t *errcodep )
303 ber_int_t pos, count, err;
search.c 96 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) scope
    [all...]
add.c 100 ber_int_t *msgidp )
216 ber_int_t id;
ppolicy.c 127 ber_int_t *expirep,
128 ber_int_t *gracep,
psearchctrl.c 266 ber_int_t chgtype;
331 ber_int_t chgnum = 0;
result.c 74 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,
269 ber_int_t msgid,
505 ber_int_t msgid,
512 ber_int_t id;
519 ber_int_t lderr = -1;
1237 ber_int_t along;
1440 ldap_abandoned( LDAP *ld, ber_int_t msgid
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
common.h 93 extern ber_int_t pr_morePagedResults;
98 extern ber_int_t vlvPos;
99 extern ber_int_t vlvCount;
  /src/external/bsd/openldap/dist/include/
lber_types.hin 42 typedef LBER_INT_T ber_int_t;
ldap.h 598 #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 *count
    [all...]
ldap_utf8.h 48 typedef ber_int_t ldap_ucs4_t;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winber.d 38 alias int ber_int_t, ber_slen_t;
  /src/external/bsd/openldap/dist/libraries/liblber/
encode.c 177 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 );
memory.c 47 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...]
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
proto-ldap.h 56 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 );
compare.c 47 ber_int_t msgid;
delete.c 47 ber_int_t msgid;
  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 450 ber_int_t c_next_msgid; /* msgid of the next message */
543 ber_int_t o_client_msgid;
544 ber_int_t o_saved_msgid;
549 ber_int_t o_upstream_msgid;
  /src/external/bsd/openldap/dist/servers/slapd/
abandon.c 42 ber_int_t id;

Completed in 50 milliseconds

1 2 3 4