Searched refs:sptr (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | dict.c | 135 char *sptr; in sendf() local 145 sptr = s; in sendf() 149 result = Curl_xfer_send(data, sptr, write_len, FALSE, &bytes_written); in sendf() 154 Curl_debug(data, CURLINFO_DATA_OUT, sptr, (size_t)bytes_written); in sendf() 160 sptr += bytes_written; in sendf()
|
H A D | krb5.c | 73 char *sptr = s; in ftpsend() local 94 result = Curl_xfer_send(data, sptr, write_len, FALSE, &bytes_written); in ftpsend() 103 Curl_debug(data, CURLINFO_HEADER_OUT, sptr, bytes_written); in ftpsend() 107 sptr += bytes_written; in ftpsend()
|
Completed in 5 milliseconds