OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stralloc_t
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/utils/
stralloc.h
26
}
stralloc_t
;
typedef in typeref:struct:__anon9300
29
#define STRALLOC_DEFINE(s)
stralloc_t
s[1] = { STRALLOC_INIT }
31
extern void stralloc_reset(
stralloc_t
* s );
32
extern void stralloc_ready(
stralloc_t
* s, unsigned len );
33
extern void stralloc_readyplus(
stralloc_t
* s, unsigned len );
35
extern void stralloc_copy(
stralloc_t
* s,
stralloc_t
* from );
36
extern void stralloc_append(
stralloc_t
* s,
stralloc_t
* from );
38
extern void stralloc_add_c(
stralloc_t
* s, int c )
[
all
...]
stralloc.c
22
stralloc_tabular(
stralloc_t
* out,
54
stralloc_reset(
stralloc_t
* s )
63
stralloc_ready(
stralloc_t
* s, unsigned int len )
85
stralloc_readyplus(
stralloc_t
* s, unsigned int len )
98
stralloc_copy(
stralloc_t
* s,
stralloc_t
* from )
106
stralloc_append(
stralloc_t
* s,
stralloc_t
* from )
114
stralloc_add_c(
stralloc_t
* s, int c )
120
stralloc_add_str(
stralloc_t
* s, const char* str
[
all
...]
/external/qemu/android/
help.h
26
extern void android_help_list_options(
stralloc_t
* out );
29
extern void android_help_main(
stralloc_t
* out );
32
extern void android_help_all(
stralloc_t
* out );
37
extern int android_help_for_option( const char* option,
stralloc_t
* out );
42
extern int android_help_for_topic( const char* topic,
stralloc_t
* out );
help.c
20
help_virtual_device(
stralloc_t
* out )
59
help_sdk_images(
stralloc_t
* out )
99
help_build_images(
stralloc_t
* out )
145
help_disk_images(
stralloc_t
* out )
209
help_keys(
stralloc_t
* out)
251
help_environment(
stralloc_t
* out)
282
help_keyset_file(
stralloc_t
* out)
353
help_debug_tags(
stralloc_t
* out)
388
help_char_devices(
stralloc_t
* out)
453
help_avd(
stralloc_t
* out
[
all
...]
/external/qemu/proxy/
proxy_int.h
80
stralloc_t
str[1]; /* network buffer (dynamic) */
proxy_common.c
109
stralloc_t
* str = conn->str;
121
stralloc_t
* str = conn->str;
161
stralloc_t
* str = conn->str;
199
stralloc_t
* str = conn->str;
proxy_http_connector.c
54
stralloc_t
* str = root->str;
proxy_http_rewriter.c
514
stralloc_t
* str = root->str;
560
stralloc_t
* str = root->str;
595
stralloc_t
* str = root->str;
697
stralloc_t
* str = root->str;
870
stralloc_t
* str = root->str;
[
all
...]
Completed in 51 milliseconds