Searched refs:options_field (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls.h | 46 #define TLS_COMMON_OPTIONS(pstruct, options_field) \ argument 47 …{"ca_file", "Certificate Authority database file", offsetof(pstruct, options_field . ca_file), … 48 …{"cafile", "Certificate Authority database file", offsetof(pstruct, options_field . ca_file), … 49 …{"tls_verify", "Verify the peer certificate", offsetof(pstruct, options_field . verify), … 50 …{"cert_file", "Certificate file", offsetof(pstruct, options_field . cert_file)… 51 …{"key_file", "Private key file", offsetof(pstruct, options_field . key_file),… 52 …{"listen", "Listen for incoming connections", offsetof(pstruct, options_field . listen), … 53 …{"verifyhost", "Verify against a specific hostname", offsetof(pstruct, options_field . host), … 54 …{"http_proxy", "Set proxy to tunnel through", offsetof(pstruct, options_field . http_proxy…
|