OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nAllocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/makemandb/
custom_apropos_tokenizer.c
54
size_t
nAllocated
; /* space allocated to zToken buffer */
711
if (n > c->
nAllocated
) {
713
c->
nAllocated
= n + 20;
714
pNew = realloc(c->zToken, c->
nAllocated
);
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 121 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026