Home
last modified time | relevance | path

Searched defs:method (Results 476 - 500 of 892) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/ffmpeg/libavformat/
H A Drtspdec.c144 rtsp_read_request(AVFormatContext *s, RTSPMessageHeader *request, const char *method) rtsp_read_request() argument
380 parse_command_line(AVFormatContext *s, const char *line, int linelen, char *uri, int urisize, char *method, int methodsize, enum RTSPMethod *methodcode) parse_command_line() argument
487 unsigned char method[10]; ff_rtsp_parse_streaming_commands() local
659 unsigned char method[10]; rtsp_listen() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_vaguedenoiser.c40 int method; member
/third_party/curl/lib/vauth/
H A Ddigest.c356 char method[] = "AUTHENTICATE"; in Curl_auth_create_digest_md5_message() local
/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp50 genesys::ScanMethod method = genesys::ScanMethod::FLATBED; member
/third_party/curl/lib/
H A Dc-hyper.c879 const char *method; in Curl_http() local
547 debug_request(struct Curl_easy *data, const char *method, const char *path) debug_request() argument
630 request_target(struct Curl_easy *data, struct connectdata *conn, const char *method, hyper_request *req) request_target() argument
[all...]
H A Dcontent_encoding.c377 int method, flags; in check_gzip_header() local
H A Dhttp_aws_sigv4.c548 const char *method = NULL; in Curl_output_aws_sigv4() local
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp568 CMethodFull method; in EncoderConstr() local
692 CMethodFull method; in EncoderConstr() local
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c65 uint16_t method; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h115 const PKEY_METHOD *method; member
123 const X509_METHOD *method; member
178 const SSL_METHOD *method; member
219 const SSL_METHOD *method; member
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h110 Byte method; /* can only be DEFLATED */ member
/third_party/node/src/
H A Djs_native_api_types.h119 napi_callback method; member
/third_party/nghttp2/src/
H A Dshrpx_downstream.h209 int method; member
H A Dnghttp.h171 std::string method; member
H A DHttpServer.h121 StringRef method; member
130 nghttp2_rcbuf *method; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c126 const SSL_METHOD *method = ssl->method; in ssl_pm_new() local
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */ member
/third_party/libdrm/tests/tegra/
H A Dvic.h102 VIC_PUSH_METHOD(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, uint32_t method, uint32_t value) VIC_PUSH_METHOD() argument
111 VIC_PUSH_BUFFER(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, uint32_t method, struct drm_tegra_mapping *map, unsigned long offset, unsigned long flags) VIC_PUSH_BUFFER() argument
/third_party/libinput/src/
H A Devdev-mt-touchpad-buttons.c761 tp_button_config_click_set_method(struct libinput_device *device, enum libinput_config_click_method method) tp_button_config_click_set_method() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc599 shouldReportDeprecationMessage( int contextId, const String16& method) shouldReportDeprecationMessage() argument
H A Dv8-inspector-session-impl.cc68 bool V8InspectorSession::canDispatchMethod(StringView method) { in canDispatchMethod() argument
215 FallThrough(int callId, const v8_crdtp::span<uint8_t> method, v8_crdtp::span<uint8_t> message) FallThrough() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c363 void trace_dump_call_begin_locked(const char *klass, const char *method) in trace_dump_call_begin_locked() argument
398 void trace_dump_call_begin(const char *klass, const char *method) in trace_dump_call_begin() argument
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_lib.c23 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() argument
631 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener() argument
640 UI_method_set_writer(UI_METHOD *method, int (*writer) (UI *ui, UI_STRING *uis)) UI_method_set_writer() argument
650 UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) UI_method_set_flusher() argument
659 UI_method_set_reader(UI_METHOD *method, int (*reader) (UI *ui, UI_STRING *uis)) UI_method_set_reader() argument
669 UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) UI_method_set_closer() argument
678 UI_method_set_data_duplicator(UI_METHOD *method, void *(*duplicator) (UI *ui, void *ui_data), void (*destructor)(UI *ui, void *ui_data)) UI_method_set_data_duplicator() argument
690 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor) (UI *ui, const char *, const char *)) UI_method_set_prompt_constructor() argument
702 UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) UI_method_set_ex_data() argument
707 UI_method_get_opener(const UI_METHOD *method) UI_method_get_opener() argument
714 UI_method_get_writer(const UI_METHOD *method) UI_method_get_writer() argument
721 UI_method_get_flusher(const UI_METHOD *method) UI_method_get_flusher() argument
728 UI_method_get_reader(const UI_METHOD *method) UI_method_get_reader() argument
735 UI_method_get_closer(const UI_METHOD *method) UI_method_get_closer() argument
742 UI_method_get_prompt_constructor(const UI_METHOD *method) UI_method_get_prompt_constructor() argument
750 UI_method_get_data_duplicator(const UI_METHOD *method) UI_method_get_data_duplicator() argument
757 UI_method_get_data_destructor(const UI_METHOD *method) UI_method_get_data_destructor() argument
764 UI_method_get_ex_data(const UI_METHOD *method, int idx) UI_method_get_ex_data() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c144 void *method = NULL; in get_evp_method_from_store() local
178 static int put_evp_method_in_store(void *store, void *method, in put_evp_method_in_store() argument
234 void *method; construct_evp_method() local
252 destruct_evp_method(void *method, void *data) destruct_evp_method() argument
274 void *method = NULL; inner_evp_generic_fetch() local
405 void *method; evp_generic_fetch() local
432 void *method; evp_generic_fetch_by_number() local
458 void *method; evp_generic_fetch_from_prov() local
645 filter_on_operation_id(int id, void *method, void *arg) filter_on_operation_id() argument
653 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c35 void *method; member
43 METHOD method; member
51 METHOD method; member
167 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref() argument
172 static void ossl_method_free(METHOD *method) in ossl_method_free() argument
297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
379 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
465 alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, void (*fn)(int id, void *method, void *fnarg), void *fnarg) alg_do_one() argument
489 ossl_method_store_do_all(OSSL_METHOD_STORE *store, void (*fn)(int id, void *method, void *fnarg), void *fnarg) ossl_method_store_do_all() argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
710 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...36