Searched refs:source (Results 1 – 25 of 99) sorted by relevance
1234
/curl/lib/ |
H A D | memdebug.c | 151 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 D | memdebug.h | 63 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 D | curl_addrinfo.h | 92 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source); 99 int line, const char *source);
|
H A D | curl_addrinfo.c | 513 int line, const char *source) in curl_dbg_freeaddrinfo() argument 516 source, line, (void *)freethis); in curl_dbg_freeaddrinfo() 540 int line, const char *source) in curl_dbg_getaddrinfo() argument 550 source, line, (void *)*result); in curl_dbg_getaddrinfo() 553 source, line); in curl_dbg_getaddrinfo()
|
/curl/tests/ |
H A D | memanalyze.pl | 106 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 D | test1177.pl | 35 my $source=$ARGV[2]; 61 open(my $s, "<", "$source");
|
H A D | test1165.pl | 91 my ($source)=@_; 92 open F, "<$source"; 96 $file{$sym} = $source;
|
/curl/scripts/ |
H A D | nroff2cd | 48 my $source; 74 $source = $4; 76 $source =~ s/[\"\'](.*)[\"\']\z/$1/; 85 Source: $source
|
H A D | cd2cd | 83 my $source; 107 $source=$1; 177 Source: $source
|
H A D | cd2nroff | 210 my $source; 243 $source=$1; 304 if(!$source) { 308 if(($source eq "libcurl") && !$addedin) { 376 push @desc, ".TH $title $section \"$date\" $source\n";
|
/curl/tests/data/ |
H A D | test1165 | 4 source analysis 17 Verify configure.ac and source code CURL_DISABLE_-sync
|
H A D | test1132 | 4 source analysis 17 Verify memory #include files in libcurl's C source files
|
H A D | test1276 | 4 source analysis
|
H A D | test1222 | 4 source analysis
|
H A D | test1167 | 4 source analysis
|
H A D | test1544 | 4 source analysis
|
H A D | test1175 | 4 source analysis
|
H A D | test1139 | 4 source analysis
|
H A D | test1119 | 4 source analysis
|
H A D | test1486 | 4 source analysis
|
H A D | test1279 | 4 source analysis
|
/curl/lib/vtls/ |
H A D | bearssl.c | 132 fp = fopen(source->data, "rb"); in load_cafile() 137 if(source->type == CAFILE_SOURCE_BLOB && source->len > (size_t)INT_MAX) in load_cafile() 154 n = source->len; in load_cafile() 155 p = (unsigned char *) source->data; in load_cafile() 555 struct cafile_source source; in bearssl_connect_step1() local 556 source.type = CAFILE_SOURCE_BLOB; in bearssl_connect_step1() 557 source.data = ca_info_blob->data; in bearssl_connect_step1() 558 source.len = ca_info_blob->len; in bearssl_connect_step1() 569 struct cafile_source source; in bearssl_connect_step1() local 571 source.data = ssl_cafile; in bearssl_connect_step1() [all …]
|
/curl/.github/ISSUE_TEMPLATE/ |
H A D | docs.yml | 18 id: source 23 details that identify the documentation source.
|
/curl/ |
H A D | README | 39 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 D | CURLOPT_ALTSVC.md | 77 ALPN id for the source origin 81 Hostname for the source origin 85 Port number for the source origin
|
Completed in 26 milliseconds
1234