OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_1
(Results
1 - 2
of
2
) sorted by null
/external/curl/docs/examples/
ftpupload.c
75
static const char
buf_1
[] = "RNFR " UPLOAD_FILE_AS;
local
97
headerlist = curl_slist_append(headerlist,
buf_1
);
/external/curl/tests/libtest/
lib505.c
48
const char *
buf_1
= "RNFR 505";
local
100
hl = curl_slist_append(headerlist,
buf_1
);
Completed in 259 milliseconds