Searched refs:record (Results 1 – 8 of 8) sorted by relevance
/curl/tests/ |
H A D | util.py | 45 def emit(self, record): argument 48 super(ClosingFileHandler, self).emit(record)
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_RTSP_REQUEST.md | 50 example, if a client is using the server to record a meeting, the client can 103 Used to tell the server to record a session. Use the CURLOPT_RANGE(3) 104 option to modify the record time.
|
/curl/docs/cmdline-opts/ |
H A D | cookie-jar.md | 33 This command line option activates the cookie engine that makes curl record
|
H A D | retry-all-errors.md | 30 file, which are not reset. We strongly suggest you do not parse or record
|
H A D | cookie.md | 36 cookie engine which makes curl record incoming cookies, which may be handy if
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 36 f rename(RPGXAMPLES: record) 155 read record;
|
/curl/docs/libcurl/ |
H A D | curl_formadd.md | 213 static const char record[]="data in a buffer"; 283 CURLFORM_BUFFERPTR, record, 284 CURLFORM_BUFFERLENGTH, sizeof(record),
|
/curl/docs/ |
H A D | TODO | 121 13.9 TLS record padding 865 13.9 TLS record padding 867 TLS (1.3) offers optional record padding and OpenSSL provides an API for it.
|
Completed in 18 milliseconds