HomeSort by relevance Sort by last modified time
    Searched refs:stralloc_add_bytes (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/utils/
stralloc.h 44 extern void stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len );
stralloc.c 116 stralloc_add_bytes( s, (char*)&c, 1 );
122 stralloc_add_bytes( s, str, strlen(str) );
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) function
306 stralloc_add_bytes( s, prefix, prefix_len );
  /external/qemu/proxy/
proxy_http_connector.c 60 stralloc_add_bytes(str, service->footer, service->footer_len);
proxy_http_rewriter.c 593 stralloc_add_bytes( str, service->footer, service->footer_len );
    [all...]

Completed in 138 milliseconds