Home | History | Annotate | Download | only in src

Lines Matching defs:string

63   char *string = NULL;
76 ptr = realloc(string, stringlen + buflen + 1);
78 Curl_safefree(string);
81 string = ptr;
82 strcpy(string + stringlen, buffer);
86 *bufp = string;
118 /* null terminate the buffer in case it's used as a string later */
131 Curl_safefree(buffer); /* no string */
155 * Parse the string and write the long in the given address. Return PARAM_OK
181 * Parse the string and write the long in the given address. Return PARAM_OK
201 * Parse the string and write the double in the given address. Return PARAM_OK
234 * Parse the string and write the double in the given address. Return PARAM_OK
259 * Parse the string and modify the long in the given address. Return
262 * The string is a list of protocols
369 * Check if the given string is a protocol supported by libcurl
390 * Parses the given string looking for an offset (which may be a
427 char **userpwd) /* pointer to allocated string */
541 * my_useragent: returns allocated string with default user agent
580 * Parse the string and modify ssl_version in the val argument. Return PARAM_OK