Searched refs:apr_strfsize (Results 1 – 8 of 8) sorted by relevance
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | teststr.c | 301 apr_strfsize(off, buf); in overflow_strfsize() 304 apr_strfsize(off, buf); in overflow_strfsize() 307 apr_strfsize(off, buf); in overflow_strfsize() 310 apr_strfsize(off, buf); in overflow_strfsize() 311 apr_strfsize(off + 1, buf); in overflow_strfsize() 312 apr_strfsize(off - 1, buf); in overflow_strfsize() 343 ret = apr_strfsize(ts[n].size, buf); in string_strfsize()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | teststr.c | 301 apr_strfsize(off, buf); in overflow_strfsize() 304 apr_strfsize(off, buf); in overflow_strfsize() 307 apr_strfsize(off, buf); in overflow_strfsize() 310 apr_strfsize(off, buf); in overflow_strfsize() 311 apr_strfsize(off + 1, buf); in overflow_strfsize() 312 apr_strfsize(off - 1, buf); in overflow_strfsize() 343 ret = apr_strfsize(ts[n].size, buf); in string_strfsize()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_strings.h | 372 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf);
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_strings.h | 372 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf);
|
/external/cronet/tot/third_party/apache-portable-runtime/src/strings/ |
D | apr_strings.c | 432 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf) in apr_strfsize() function
|
D | apr_snprintf.c | 1265 s = apr_strfsize(size, buf); in apr_vformatter()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/ |
D | apr_strings.c | 432 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf) in apr_strfsize() function
|
D | apr_snprintf.c | 1265 s = apr_strfsize(size, buf); in apr_vformatter()
|