OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addlen
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/dns/nameser/
ns_print.c
69
static void
addlen
(size_t len, char **buf, size_t *buflen);
157
addlen
((size_t)x, &buf, &buflen);
170
addlen
(strlen(buf), &buf, &buflen);
231
addlen
((size_t)len, &buf, &buflen);
240
addlen
((size_t)len, &buf, &buflen);
249
addlen
((size_t)len, &buf, &buflen);
258
addlen
((size_t)len, &buf, &buflen);
340
addlen
(strlen(buf), &buf, &buflen);
431
addlen
(strlen(buf), &buf, &buflen);
675
addlen
(strlen(buf), &buf, &buflen)
1228
addlen
(size_t len, char **buf, size_t *buflen) {
function
[
all
...]
/external/libedit/src/
chared.c
498
ch_enlargebufs(EditLine *el, size_t
addlen
)
509
if (
addlen
> sz) {
510
while(newsz - sz <
addlen
)
/packages/apps/Music/src/com/android/music/
MediaPlaybackService.java
847
int
addlen
= list.length;
local
[
all
...]
Completed in 1713 milliseconds