Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 94) sorted by relevance

1234

/curl/lib/
H A Dmemdebug.c151 if(source) in curl_dbg_malloc()
179 if(source) in curl_dbg_calloc()
204 if(source) in curl_dbg_strdup()
230 if(source) in curl_dbg_wcsdup()
266 if(source) in curl_dbg_realloc()
330 if(source) in curl_dbg_send()
344 if(source) in curl_dbg_recv()
384 if(source) in curl_dbg_mark_sclose()
402 if(source) in curl_dbg_fopen()
413 if(source) in curl_dbg_fdopen()
[all …]
H A Dmemdebug.h63 const char *source);
64 CURL_EXTERN void curl_dbg_free(void *ptr, int line, const char *source);
70 const char *source);
79 int line, const char *source);
81 int line, const char *source);
83 int line, const char *source);
85 int line, const char *source);
89 int line, const char *source);
97 const char *source);
102 const char *source);
[all …]
H A Dcurl_addrinfo.h90 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source);
97 int line, const char *source);
H A Dcurl_addrinfo.c519 int line, const char *source) in curl_dbg_freeaddrinfo() argument
522 source, line, (void *)freethis); in curl_dbg_freeaddrinfo()
546 int line, const char *source) in curl_dbg_getaddrinfo() argument
556 source, line, (void *)*result); in curl_dbg_getaddrinfo()
559 source, line); in curl_dbg_getaddrinfo()
/curl/tests/
H A Dmemanalyze.pl106 my ($source, $linenum) = ($1, $2);
113 $source = $1;
166 $getmem{$addr}="$source:$linenum";
192 $getmem{$addr}="$source:$linenum";
264 $source = $1;
270 $getfile{$1}="$source:$linenum";
276 $getfile{$1}="$source:$linenum";
279 $getfile{$2}="$source:$linenum";
284 $getfile{$1}="$source:$linenum";
300 $source = $1;
[all …]
H A Dtest1177.pl35 my $source=$ARGV[2];
61 open(my $s, "<", "$source");
H A Dtest1165.pl85 my ($source)=@_;
86 open F, "<$source";
91 $file{$sym} = $source;
/curl/scripts/
H A Dnroff2cd48 my $source;
74 $source = $4;
76 $source =~ s/[\"\'](.*)[\"\']\z/$1/;
85 Source: $source
H A Dcd2cd83 my $source;
107 $source=$1;
177 Source: $source
H A Dcd2nroff199 my $source;
231 $source=$1;
347 push @desc, ".TH $title $section \"$date\" $source\n";
/curl/tests/data/
H A Dtest11654 source analysis
17 Verify configure.ac and source code CURL_DISABLE_-sync
H A Dtest11324 source analysis
17 Verify memory #include files in libcurl's C source files
H A Dtest12224 source analysis
H A Dtest12764 source analysis
H A Dtest15444 source analysis
H A Dtest11674 source analysis
H A Dtest11754 source analysis
H A Dtest11394 source analysis
H A Dtest12794 source analysis
H A Dtest11194 source analysis
H A Dtest11774 source analysis
H A Dtest9714 source analysis
/curl/lib/vtls/
H A Dbearssl.c131 fp = fopen(source->data, "rb"); in load_cafile()
136 if(source->type == CAFILE_SOURCE_BLOB && source->len > (size_t)INT_MAX) in load_cafile()
153 n = source->len; in load_cafile()
154 p = (unsigned char *) source->data; in load_cafile()
534 struct cafile_source source; in bearssl_connect_step1() local
535 source.type = CAFILE_SOURCE_BLOB; in bearssl_connect_step1()
536 source.data = ca_info_blob->data; in bearssl_connect_step1()
537 source.len = ca_info_blob->len; in bearssl_connect_step1()
548 struct cafile_source source; in bearssl_connect_step1() local
550 source.data = ssl_cafile; in bearssl_connect_step1()
[all …]
/curl/
H A DREADME39 To download the latest source code off the GIT server, do this:
43 (you will get a directory named curl created, filled with the source code)
53 Curl contains pieces of source code that is Copyright (c) 1998, 1999
/curl/docs/libcurl/opts/
H A DCURLOPT_ALTSVC.md68 ALPN id for the source origin
72 Hostname for the source origin
76 Port number for the source origin

Completed in 54 milliseconds

1234