Searched refs:apr_vformatter_buff_t (Results 1 – 10 of 10) sorted by relevance
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_lib.h | 59 typedef struct apr_vformatter_buff_t apr_vformatter_buff_t; typedef 64 struct apr_vformatter_buff_t { struct 174 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b), 175 apr_vformatter_buff_t *c, const char *fmt,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_lib.h | 59 typedef struct apr_vformatter_buff_t apr_vformatter_buff_t; typedef 64 struct apr_vformatter_buff_t { struct 174 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b), 175 apr_vformatter_buff_t *c, const char *fmt,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/unix/ |
D | readwrite.c | 482 apr_vformatter_buff_t vbuff; 487 static int file_printf_flush(apr_vformatter_buff_t *buff) 517 (apr_vformatter_buff_t *)&data, format, ap); 519 if (count >= 0) file_printf_flush((apr_vformatter_buff_t *)&data);
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/unix/ |
D | readwrite.c | 482 apr_vformatter_buff_t vbuff; 487 static int file_printf_flush(apr_vformatter_buff_t *buff) 517 (apr_vformatter_buff_t *)&data, format, ap); 519 if (count >= 0) file_printf_flush((apr_vformatter_buff_t *)&data);
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/ |
D | readwrite.c | 550 apr_vformatter_buff_t vbuff; 555 static int file_printf_flush(apr_vformatter_buff_t *buff) in file_printf_flush() 584 (apr_vformatter_buff_t *)&data, format, ap); in apr_file_printf() 586 if (count >= 0) file_printf_flush((apr_vformatter_buff_t *)&data); in apr_file_printf()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/ |
D | readwrite.c | 550 apr_vformatter_buff_t vbuff; 555 static int file_printf_flush(apr_vformatter_buff_t *buff) in file_printf_flush() 584 (apr_vformatter_buff_t *)&data, format, ap); in apr_file_printf() 586 if (count >= 0) file_printf_flush((apr_vformatter_buff_t *)&data); in apr_file_printf()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/ |
D | apr_snprintf.c | 683 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter() argument 684 apr_vformatter_buff_t *vbuff, const char *fmt, va_list ap) in apr_vformatter() 1347 static int snprintf_flush(apr_vformatter_buff_t *vbuff) in snprintf_flush() 1361 apr_vformatter_buff_t vbuff; in apr_snprintf() 1392 apr_vformatter_buff_t vbuff; in apr_vsnprintf()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/strings/ |
D | apr_snprintf.c | 683 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter() argument 684 apr_vformatter_buff_t *vbuff, const char *fmt, va_list ap) in apr_vformatter() 1347 static int snprintf_flush(apr_vformatter_buff_t *vbuff) in snprintf_flush() 1361 apr_vformatter_buff_t vbuff; in apr_snprintf() 1392 apr_vformatter_buff_t vbuff; in apr_vsnprintf()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 1037 apr_vformatter_buff_t vbuff; 1046 static int psprintf_flush(apr_vformatter_buff_t *vbuff) in psprintf_flush() 1868 apr_vformatter_buff_t vbuff; 1873 static int psprintf_flush(apr_vformatter_buff_t *vbuff) in psprintf_flush()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 1037 apr_vformatter_buff_t vbuff; 1046 static int psprintf_flush(apr_vformatter_buff_t *vbuff) in psprintf_flush() 1868 apr_vformatter_buff_t vbuff; 1873 static int psprintf_flush(apr_vformatter_buff_t *vbuff) in psprintf_flush()
|