Home
last modified time | relevance | path

Searched refs:stralloc_add_bytes (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dstralloc.c116 stralloc_add_bytes( s, (char*)&c, 1 ); in stralloc_add_c()
122 stralloc_add_bytes( s, str, strlen(str) ); in stralloc_add_str()
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_bytes() function
306 stralloc_add_bytes( s, prefix, prefix_len ); in stralloc_add_hexdump()
Dstralloc.h44 extern void stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len );
/external/qemu/proxy/
Dproxy_http_connector.c60 stralloc_add_bytes(str, service->footer, service->footer_len); in connection_init()
Dproxy_http_rewriter.c593 stralloc_add_bytes( str, service->footer, service->footer_len ); in rewrite_connection_rewrite_request()