Home
last modified time | relevance | path

Searched defs:arg (Results 1601 - 1625 of 2629) sorted by relevance

1...<<61626364656667686970>>...106

/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c771 static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in aesni_cbc_hmac_sha1_ctrl() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dthread.c92 void* arg; member
97 static UINT __stdcall uv__thread_start(void* arg) { in uv__thread_start() argument
114 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { in uv_thread_create() argument
120 uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, void (*entry)(void *arg), void *arg) uv_thread_create_ex() argument
[all...]
/third_party/python/Python/
H A Dthread_pthread.h229 void *arg; member
233 pythread_wrapper(void *arg) in pythread_wrapper() argument
246 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() argument
/third_party/pcre2/pcre2/maint/
H A Ducptest.c1018 char *arg = argv[first_arg]; in main() local
/third_party/python/Include/internal/
H A Dpycore_interp.h40 void *arg; member
/third_party/openssl/crypto/asn1/
H A Da_strex.c39 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() argument
49 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() argument
67 do_esc_char(unsigned long c, unsigned short flags, char *do_quotes, char_io *io_ch, void *arg) do_esc_char() argument
139 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) do_buf() argument
235 do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen) do_hex_dump() argument
261 do_dump(unsigned long lflags, char_io *io_ch, void *arg, const ASN1_STRING *str) do_dump() argument
332 do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, const ASN1_STRING *str) do_print_ex() argument
415 do_indent(char_io *io_ch, void *arg, int indent) do_indent() argument
427 do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent, unsigned long flags) do_name_ex() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dkeymgmt_meth.c286 EVP_KEYMGMT_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_KEYMGMT *keymgmt, void *arg), void *arg) EVP_KEYMGMT_do_all_provided() argument
H A De_aes_cbc_hmac_sha256.c748 static int aesni_cbc_hmac_sha256_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in aesni_cbc_hmac_sha256_ctrl() argument
[all...]
H A De_aes_cbc_hmac_sha1.c771 static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in aesni_cbc_hmac_sha1_ctrl() argument
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_local.h284 void *arg; /* callback-specific data */ member
/third_party/openssl/crypto/conf/
H A Dconf_mod.c655 CONF_parse_list(const char *list_, int sep, int nospc, int (*list_cb) (const char *elem, int len, void *usr), void *arg) CONF_parse_list() argument
/third_party/openssl/crypto/rand/
H A Drand_lib.c513 static void rand_delete_thread_state(void *arg) in rand_delete_thread_state() argument
/third_party/openssl/crypto/
H A Dcore_namemap.c404 static void get_legacy_cipher_names(const OBJ_NAME *on, void *arg) in get_legacy_cipher_names() argument
412 static void get_legacy_md_names(const OBJ_NAME *on, void *arg) in get_legacy_md_names() argument
379 get_legacy_evp_names(int base_nid, int nid, const char *pem_name, void *arg) get_legacy_evp_names() argument
420 get_legacy_pkey_meth_names(const EVP_PKEY_ASN1_METHOD *ameth, void *arg) get_legacy_pkey_meth_names() argument
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_meth.c566 static void do_one(ossl_unused int id, void *method, void *arg) in do_one() argument
573 OSSL_DECODER_do_all_provided(OSSL_LIB_CTX *libctx, void (*user_fn)(OSSL_DECODER *decoder, void *arg), void *user_arg) OSSL_DECODER_do_all_provided() argument
H A Dencoder_meth.c575 static void do_one(ossl_unused int id, void *method, void *arg) in do_one() argument
582 OSSL_ENCODER_do_all_provided(OSSL_LIB_CTX *libctx, void (*user_fn)(OSSL_ENCODER *encoder, void *arg), void *user_arg) OSSL_ENCODER_do_all_provided() argument
/third_party/openssl/crypto/store/
H A Dstore_result.c85 int ossl_store_handle_load_result(const OSSL_PARAM params[], void *arg) in ossl_store_handle_load_result() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Ddjpeg.c204 char *arg; in parse_switches() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c112 color_of(const char *arg) in color_of() argument
127 width_of(const char *arg) in width_of() argument
146 coordinate_of(const char *arg) in coordinate_of() argument
174 struct arg global() struct
295 alpha_calc(const struct arg *arg, double x, double y) alpha_calc() argument
366 inside_square_filled(const struct arg *arg, double x, double y) inside_square_filled() argument
372 square_check_line(const struct arg *arg, double x, double y, double w) square_check_line() argument
408 check_square_filled(const struct arg *arg, double x, double y) check_square_filled() argument
419 inside_square(const struct arg *arg, double x, double y) inside_square() argument
428 check_square(const struct arg *arg, double x, double y) check_square() argument
483 inside_circle_filled(const struct arg *arg, double x, double y) inside_circle_filled() argument
489 circle_check_line(const struct arg *arg, double x, double y, double w) circle_check_line() argument
517 check_circle_filled(const struct arg *arg, double x, double y) check_circle_filled() argument
523 inside_circle(const struct arg *arg, double x, double y) inside_circle() argument
529 check_circle(const struct arg *arg, double x, double y) check_circle() argument
601 inside_line(const struct arg *arg, double x, double y) inside_line() argument
607 check_line(const struct arg *arg, double x, double y) check_line() argument
654 shape_of(const char *arg, double width, int f) shape_of() argument
675 parse_arg(struct arg *arg, const char **argv ) parse_arg() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c118 char *arg; in main() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c509 spdy_cb_ssl_select_next_proto(SSL* ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) spdy_cb_ssl_select_next_proto() argument
/third_party/openssl/test/
H A Ddsatest.c124 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc167 parse_gids(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_gids() argument
243 parse_glyphs(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_glyphs() argument
300 parse_text(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_text() argument
334 parse_unicodes(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_unicodes() argument
413 parse_nameids(const char *name, const char *arg, gpointer data, GError **error) parse_nameids() argument
467 parse_name_languages(const char *name, const char *arg, gpointer data, GError **error) parse_name_languages() argument
521 set_flag(const char *name, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) set_flag() argument
535 parse_layout_features(const char *name, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_layout_features() argument
579 parse_drop_tables(const char *name, const char *arg, gpointer data, GError **error) parse_drop_tables() argument
624 parse_file_for(const char *name, const char *arg, gpointer data, GError **error) parse_file_for() argument
688 collect_face(const char *name, const char *arg, gpointer data, GError **error) collect_face() argument
705 collect_rest(const char *name, const char *arg, gpointer data, GError **error) collect_rest() argument
[all...]
/third_party/python/Modules/
H A D_gdbmmodule.c101 gdbm_traverse(gdbmobject *dp, visitproc visit, void *arg) in gdbm_traverse() argument
377 gdbm_contains(PyObject *self, PyObject *arg) in gdbm_contains() argument
745 _gdbm_module_traverse(PyObject *module, visitproc visit, void *arg) in _gdbm_module_traverse() argument
/third_party/python/Modules/_io/clinic/
H A Dtextio.c.h378 _io_TextIOWrapper_write(textio *self, PyObject *arg) in _io_TextIOWrapper_write() argument
/third_party/toybox/lib/
H A Dlib.h29 char *arg; member

Completed in 24 milliseconds

1...<<61626364656667686970>>...106