Searched refs:stralloc_add_bytes (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/utils/ |
D | stralloc.c | 116 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()
|
D | stralloc.h | 44 extern void stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len );
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 60 stralloc_add_bytes(str, service->footer, service->footer_len); in connection_init()
|
D | proxy_http_rewriter.c | 593 stralloc_add_bytes( str, service->footer, service->footer_len ); in rewrite_connection_rewrite_request()
|