Home | History | Annotate | Download | only in src

Lines Matching defs:string

63   char *string = NULL;
74 if((ptr = realloc(string, stringlen+buflen+1)) == NULL) {
75 Curl_safefree(string);
78 string = ptr;
79 strcpy(string+stringlen, buffer);
83 *bufp = string;
114 /* null terminate the buffer in case it's used as a string later */
126 Curl_safefree(buffer); /* no string */
150 * Parse the string and write the long in the given address. Return PARAM_OK
172 * Parse the string and write the long in the given address. Return PARAM_OK
192 * Parse the string and write the double in the given address. Return PARAM_OK
214 * Parse the string and write the double in the given address. Return PARAM_OK
234 * Parse the string and modify the long in the given address. Return
237 * The string is a list of protocols
342 * Check if the given string is a protocol supported by libcurl
363 * Parses the given string looking for an offset (which may be a
395 char **userpwd) /* pointer to allocated string */
509 * my_useragent: returns allocated string with default user agent