Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 31) sorted by relevance

12

/curl/lib/
H A Dmemdebug.c133 int line, const char *source) in curl_dbg_malloc()
160 int line, const char *source) in curl_dbg_calloc()
188 int line, const char *source) in curl_dbg_strdup()
241 int line, const char *source) in curl_dbg_realloc()
279 void curl_dbg_free(void *ptr, int line, const char *source) in curl_dbg_free()
305 int line, const char *source) in curl_dbg_socket()
353 int line, const char *source) in curl_dbg_socketpair()
367 int line, const char *source) in curl_dbg_accept()
398 int line, const char *source) in curl_dbg_fopen()
410 int line, const char *source) in curl_dbg_fdopen()
[all …]
H A Dhttp1.h42 const char *line; member
H A Dcurl_addrinfo.c513 int line, const char *source) in curl_dbg_freeaddrinfo()
540 int line, const char *source) in curl_dbg_getaddrinfo()
H A Dimap.c217 static bool imap_matchresp(const char *line, size_t len, const char *cmd) in imap_matchresp()
256 char *line, size_t len, int *resp) in imap_endofresp()
901 const char *line = Curl_dyn_ptr(&imapc->pp.recvbuf); in imap_state_capability_resp() local
1063 char *line = Curl_dyn_ptr(&data->conn->proto.imapc.pp.recvbuf); in imap_state_listsearch_resp() local
1087 const char *line = Curl_dyn_ptr(&data->conn->proto.imapc.pp.recvbuf); in imap_state_select_resp() local
1817 struct dynbuf line; in imap_atom() local
H A Ddynhds.c218 const char *line, size_t line_len) in Curl_dynhds_h1_add_line()
273 CURLcode Curl_dynhds_h1_cadd_line(struct dynhds *dynhds, const char *line) in Curl_dynhds_h1_cadd_line()
H A Dnetrc.c77 const char *line = Curl_dyn_ptr(&linebuf); in file2memory() local
H A Dpop3.c263 char *line, size_t len, int *resp) in pop3_endofresp()
712 const char *line = Curl_dyn_ptr(&data->conn->proto.pop3c.pp.recvbuf); in pop3_state_servergreet_resp() local
762 const char *line = Curl_dyn_ptr(&data->conn->proto.pop3c.pp.recvbuf); in pop3_state_capa_resp() local
H A Dpingpong.c331 char *line = Curl_dyn_ptr(&pp->recvbuf); in Curl_pp_readresp() local
H A Dsmtp.c212 char *line, size_t len, int *resp) in smtp_endofresp()
888 const char *line = Curl_dyn_ptr(&smtpc->pp.recvbuf); in smtp_state_ehlo_resp() local
1038 char *line = Curl_dyn_ptr(&data->conn->proto.smtpc.pp.recvbuf); in smtp_state_command_resp() local
H A Dcurl_sasl.h134 #define sasl_mech_equal(line, wordlen, mech) \ argument
H A Dkrb5.c241 char *line = Curl_dyn_ptr(&pp->recvbuf); in krb5_auth() local
780 char *line; in sec_set_protection_level() local
H A Dhsts.c421 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add()
H A Daltsvc.c165 static CURLcode altsvc_add(struct altsvcinfo *asi, char *line) in altsvc_add()
H A Dc-hyper.c567 const char *line) in Curl_hyper_header()
H A Dftp.c90 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \ argument
94 #define LASTLINE(line) (STATUSCODE(line) && (' ' == line[3])) argument
542 char *line, size_t len, int *code) in ftp_endofresp()
H A Dcookie.c1664 char *line; in cookie_list() local
/curl/lib/vtls/
H A Dkeylog.c95 Curl_tls_keylog_write_line(const char *line) in Curl_tls_keylog_write_line()
130 char line[KEYLOG_LABEL_MAXLEN + 1 + 2 * CLIENT_RANDOM_SIZE + 1 + in Curl_tls_keylog_write() local
/curl/src/
H A Dtool_parsecfg.c90 char *line; in parseconfig() local
267 static const char *unslashquote(const char *line, char *param) in unslashquote()
H A Dtool_cb_prg.c195 char line[MAX_BARLENGTH + 1]; in tool_progress_cb() local
H A Dvar.c208 const char *line, struct curlx_dynbuf *out, in varexpand()
385 const char *line = input; in setvariable() local
H A Dtool_easysrc.c95 CURLcode easysrc_add(struct slist_wc **plist, const char *line) in easysrc_add()
/curl/tests/unit/
H A Dunit3200.c93 char *line; variable
/curl/lib/vquic/
H A Dvquic-tls.c72 static void keylog_callback(const WOLFSSL *ssl, const char *line) in keylog_callback()
/curl/lib/vssh/
H A Dwolfssh.c864 char *line = aprintf("%s\n", in wssh_statemach_act() local
/curl/tests/server/
H A Drtspd.c205 char *line = &req->reqbuf[req->checkindex]; in ProcessRequest() local

Completed in 76 milliseconds

12