Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 5 of 5) sorted by relevance

/curl/src/
H A Dtool_easysrc.c111 char *bufp; in easysrc_addf() local
114 bufp = vaprintf(fmt, ap); in easysrc_addf()
116 if(!bufp) { in easysrc_addf()
120 ret = easysrc_add(plist, bufp); in easysrc_addf()
121 curl_free(bufp); in easysrc_addf()
H A Dtool_paramhlp.h31 ParameterError file2string(char **bufp, FILE *file);
39 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
H A Dtool_paramhlp.c93 ParameterError file2string(char **bufp, FILE *file) in file2string() argument
104 *bufp = NULL; in file2string()
123 *bufp = curlx_dyn_ptr(&dyn); in file2string()
127 ParameterError file2memory(char **bufp, size_t *size, FILE *file) in file2memory() argument
140 *bufp = NULL; in file2memory()
148 *bufp = curlx_dyn_ptr(&dyn); in file2memory()
152 *bufp = NULL; in file2memory()
/curl/tests/libtest/
H A Dlib1560.c54 char *bufp = &buf[0]; in checkparts() local
75 msnprintf(bufp, len, "%s%s", buf[0]?" | ":"", p); in checkparts()
78 msnprintf(bufp, len, "%s[%d]", buf[0]?" | ":"", (int)rc); in checkparts()
80 n = strlen(bufp); in checkparts()
81 bufp += n; in checkparts()
/curl/packages/OS400/
H A Dccsidcurl.c392 char **bufp, int *left, unsigned int ccsid) in convert_version_info_string() argument
400 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string()
405 *stringp = *bufp; in convert_version_info_string()
406 *bufp += l; in convert_version_info_string()

Completed in 30 milliseconds