Searched defs:strlen (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dutil_varbuf.h59 apr_size_t strlen; member in struct:ap_varbuf
85 * be reallocated and the first vb->strlen + 1 bytes of memory will be copied
86 * to the new location. If vb->strlen == AP_VARBUF_UNKNOWN, the whole buffer
109 * Concatenate a string to an ap_varbuf. vb->strlen determines where
110 * the string is appended in the buffer. If vb->strlen == AP_VARBUF_UNKNOWN,
116 * @note vb->strlen will be set to the length of the new string
133 * @note ap_varbuf_pdup() uses vb->strlen to determine how much memory to
136 * @note If vb->strlen equals AP_VARBUF_UNKNOWN, it will be set to
137 * strlen(vb->buf).
149 * @note vb->strlen wil
[all...]

Completed in 8 milliseconds