/curl/lib/vtls/ |
H A D | schannel_verify.c | 160 char buffer[STRERROR_LEN]; in add_certs_data_to_store() local 189 char buffer[STRERROR_LEN]; in add_certs_data_to_store() local 237 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 259 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 269 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 299 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 542 char buffer[STRERROR_LEN]; in Curl_verify_host() local 696 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local 731 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local 778 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local [all …]
|
/curl/lib/ |
H A D | curl_get_line.c | 42 char buffer[128]; in Curl_get_line() local
|
H A D | sockaddr.h | 41 } buffer; member
|
H A D | strdup.c | 93 void *buffer = malloc(length); in Curl_memdup() local
|
/curl/tests/libtest/ |
H A D | lib2308.c | 30 static size_t cb_curl(char *buffer, size_t size, size_t nmemb, void *userp) in cb_curl()
|
H A D | lib2304.c | 45 char buffer[256]; in recv_pong() local 74 char buffer[256]; in recv_any() local
|
H A D | lib2309.c | 30 static size_t cb_ignore(char *buffer, size_t size, size_t nmemb, void *userp) in cb_ignore()
|
H A D | lib1971.c | 28 static size_t read_callback(char *buffer, size_t size, size_t nitems, in read_callback()
|
H A D | lib1975.c | 28 static size_t read_callback(char *buffer, size_t size, size_t nitems, in read_callback()
|
H A D | lib1555.c | 41 char buffer[256]; in progressCallback() local
|
H A D | lib1518.c | 30 static size_t writecb(char *buffer, size_t size, size_t nitems, in writecb()
|
H A D | lib2301.c | 97 unsigned char *buffer = (unsigned char *)b; in writecb() local
|
H A D | lib2305.c | 43 char buffer[256]; in websocket() local
|
/curl/docs/examples/ |
H A D | websocket.c | 52 char buffer[256]; in recv_pong() local 81 char buffer[256]; in recv_any() local
|
H A D | sftpget.c | 48 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, in my_fwrite()
|
H A D | ftpget.c | 38 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, void *stream) in my_fwrite()
|
H A D | ftpsget.c | 39 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, in my_fwrite()
|
H A D | href_extractor.c | 39 static size_t write_callback(void *buffer, size_t size, size_t nmemb, in write_callback()
|
/curl/tests/unit/ |
H A D | unit1661.c | 52 char *buffer = NULL; variable
|
H A D | unit1308.c | 51 char buffer[] = "test buffer"; variable
|
/curl/lib/vauth/ |
H A D | spnego_sspi.c | 260 char buffer[STRERROR_LEN]; in Curl_auth_decode_spnego_message() local 275 char buffer[STRERROR_LEN]; in Curl_auth_decode_spnego_message() local
|
/curl/src/ |
H A D | tool_getpass.c | 62 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 99 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
|
/curl/tests/server/ |
H A D | sockfilt.c | 232 static ssize_t fullread(int filedes, void *buffer, size_t nbytes) in fullread() 283 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) in fullwrite() 329 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() 346 static bool write_stdout(const void *buffer, size_t nbytes) in write_stdout() 356 static void lograw(unsigned char *buffer, ssize_t len) in lograw() 404 static bool read_data_block(unsigned char *buffer, ssize_t maxlen, in read_data_block() 912 unsigned char buffer[BUFFER_SIZE]; in disc_handshake() local 975 unsigned char buffer[BUFFER_SIZE]; in juggle() local
|
H A D | getpart.c | 72 static size_t line_length(const char *buffer, int bytestocheck) in line_length() 110 static int readline(char **buffer, size_t *bufsize, size_t *length, in readline() 282 char *buffer = NULL; in getpart() local
|
/curl/CMake/ |
H A D | CurlTests.c | 86 char buffer[8192]; in main() local 315 char buffer[1024]; in main() local 331 char buffer[1024]; in main() local
|