HomeSort by relevance Sort by last modified time
    Searched full:stralloc_t (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/utils/
stralloc.h 26 } stralloc_t; typedef in typeref:struct:__anon5746
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 19 help_virtual_device( stralloc_t* out )
58 help_sdk_images( stralloc_t* out )
98 help_build_images( stralloc_t* out )
144 help_disk_images( stralloc_t* out )
204 help_keys(stralloc_t* out)
246 help_environment(stralloc_t* out)
277 help_keyset_file(stralloc_t* out)
348 help_debug_tags(stralloc_t* out)
383 help_char_devices(stralloc_t* out)
448 help_avd(stralloc_t* out
    [all...]
  /external/qemu/proxy/
proxy_common.c 108 stralloc_t* str = conn->str;
120 stralloc_t* str = conn->str;
160 stralloc_t* str = conn->str;
198 stralloc_t* str = conn->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;
864 stralloc_t* str = root->str;
    [all...]
proxy_http_connector.c 54 stralloc_t* str = root->str;
proxy_int.h 80 stralloc_t str[1]; /* network buffer (dynamic) */

Completed in 249 milliseconds