Home
last modified time | relevance | path

Searched defs:apr_vformatter_buff_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_lib.h59 typedef struct apr_vformatter_buff_t apr_vformatter_buff_t; typedef
64 struct apr_vformatter_buff_t { struct
66 char *curpos;
68 char *endpos;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_snprintf.c683 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter()