OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
entry.c
120
int
attr_cnt
;
local
158
attr_cnt
= 0;
288
atail->a_numvals =
attr_cnt
;
290
atail->a_vals = ch_malloc( (
attr_cnt
+ 1) * sizeof(struct berval));
293
atail->a_nvals = ch_malloc( (
attr_cnt
+ 1) * sizeof(struct berval));
296
k = i -
attr_cnt
;
297
for ( j=0; j<
attr_cnt
; j++ ) {
315
attr_cnt
= 0;
335
ad->ad_cname.bv_val,
attr_cnt
);
355
attr_cnt
++
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c
446
int
attr_cnt
=0;
local
495
(
attr_cnt
+ 2)*sizeof(AttributeDescription *));
497
descs[
attr_cnt
++] = ad;
502
descs[
attr_cnt
] = NULL;
506
return
attr_cnt
;
517
int
attr_cnt
;
local
531
attr_cnt
= i;
563
(
attr_cnt
+ 2)*sizeof(AttributeName));
565
attrs[
attr_cnt
].an_desc = ad;
566
attrs[
attr_cnt
].an_name = ad->ad_cname
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026