OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stralloc_format
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
stralloc.h
44
extern void
stralloc_format
( stralloc_t* s, const char* fmt, ... );
stralloc.c
214
stralloc_format
( stralloc_t* s, const char* fmt, ... )
function
/external/qemu/
cbuffer.c
188
stralloc_format
( s, "cbuffer %p (pos=%d count=%d size=%d)",
/external/qemu/proxy/
proxy_http_rewriter.c
588
stralloc_format
( str, "%s %s %s\r\n", r->req_method, r->req_uri, r->req_version );
607
stralloc_format
(str, "%s %d %s\r\n", r->rep_version, r->rep_code, r->rep_readable);
[
all
...]
Completed in 145 milliseconds