OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sl_max
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/
stringlist.h
53
size_t
sl_max
;
member in struct:_stringlist
/device/linaro/bootloader/edk2/StdLib/PosixLib/Stringlist/
stringlist.c
68
sl->
sl_max
= _SL_CHUNKSIZE;
69
sl->sl_str = malloc(sl->
sl_max
* sizeof(char *));
87
if (sl->sl_cur == sl->
sl_max
- 1) {
91
(sl->
sl_max
+ _SL_CHUNKSIZE) * sizeof(char *));
94
sl->
sl_max
+= _SL_CHUNKSIZE;
Completed in 2797 milliseconds