Lines Matching refs:stralloc_t
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 )
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len )
134 stralloc_cstr( stralloc_t* s )
142 stralloc_lstrip( stralloc_t* s )
158 stralloc_rstrip( stralloc_t* s )
169 stralloc_strip( stralloc_t* s )
176 stralloc_to_tempstr( stralloc_t* s )
186 stralloc_formatv( stralloc_t* s, const char* fmt, va_list args )
214 stralloc_format( stralloc_t* s, const char* fmt, ... )
223 stralloc_add_formatv( stralloc_t* s, const char* fmt, va_list args )
232 stralloc_add_format( stralloc_t* s, const char* fmt, ... )
241 stralloc_add_quote_c( stralloc_t* s, int c )
247 stralloc_add_quote_str( stralloc_t* s, const char* str )
253 stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len )
278 stralloc_add_hex( stralloc_t* s, unsigned value, int num_digits )
295 stralloc_add_hexdump( stralloc_t* s, void* base, int size, const char* prefix )