OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nitems_max
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
str-list.c
40
slp->
nitems_max
= 0;
53
slp->
nitems_max
= 0;
64
if (slp->nitems >= slp->
nitems_max
)
68
slp->
nitems_max
= slp->
nitems_max
* 2 + 4;
69
nbytes = slp->
nitems_max
* sizeof (slp->item[0]);
91
if (slp->nitems >= slp->
nitems_max
)
93
slp->
nitems_max
= slp->
nitems_max
* 2 + 4;
95
slp->
nitems_max
[
all
...]
message.c
246
mlp->
nitems_max
= 0;
309
if (mlp->nitems >= mlp->
nitems_max
)
313
mlp->
nitems_max
= mlp->
nitems_max
* 2 + 4;
314
nbytes = mlp->
nitems_max
* sizeof (message_ty *);
332
if (mlp->nitems >= mlp->
nitems_max
)
336
mlp->
nitems_max
= mlp->
nitems_max
* 2 + 4;
337
nbytes = mlp->
nitems_max
* sizeof (message_ty *);
358
if (mlp->nitems >= mlp->
nitems_max
)
[
all
...]
str-list.h
42
size_t
nitems_max
;
member in struct:string_list_ty
message.h
194
size_t
nitems_max
;
member in struct:message_list_ty
239
size_t
nitems_max
;
member in struct:message_list_list_ty
282
size_t
nitems_max
;
member in struct:msgdomain_list_ty
msgl-fsearch.c
325
if (mlp->nitems < mlp->
nitems_max
)
327
mlp->
nitems_max
= mlp->nitems;
330
xrealloc (mlp->item, mlp->
nitems_max
* sizeof (message_ty *));
350
size_t
nitems_max
;
member in struct:mult_index_list
361
accu->
nitems_max
= 0;
442
accu->nitems2_max = accu->
nitems_max
;
446
accu->
nitems_max
= dest_max;
x-perl.c
2533
size_t
nitems_max
;
member in struct:token_stack_ty
2569
if (stack->nitems >= stack->
nitems_max
)
2573
stack->
nitems_max
= 2 * stack->
nitems_max
+ 4;
2574
nbytes = stack->
nitems_max
* sizeof (token_ty *);
3396
token_stack.
nitems_max
= 0;
/src/external/gpl2/gettext/dist/gettext-runtime/src/
envsubst.c
301
size_t
nitems_max
;
member in struct:string_list_ty
310
slp->
nitems_max
= 0;
318
if (slp->nitems >= slp->
nitems_max
)
322
slp->
nitems_max
= slp->
nitems_max
* 2 + 4;
323
nbytes = slp->
nitems_max
* sizeof (slp->item[0]);
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.c
1183
ml.
nitems_max
= 2;
/src/lib/libc/time/
zic.c
618
ptrdiff_t
nitems_max
= INDEX_MAX / itemsize;
619
if (nitems <=
nitems_max
)
Completed in 25 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026