/third_party/node/deps/openssl/openssl/crypto/ |
H A D | context.c | 320 long argl_ign, void *argp) in ossl_lib_ctx_generic_new() 322 const OSSL_LIB_CTX_METHOD *meth = argp; in ossl_lib_ctx_generic_new() 339 long argl_ign, void *argp) in ossl_lib_ctx_generic_free() 341 const OSSL_LIB_CTX_METHOD *meth = argp; in ossl_lib_ctx_generic_free() 318 ossl_lib_ctx_generic_new(void *parent_ign, void *ptr_ign, CRYPTO_EX_DATA *ad, int index, long argl_ign, void *argp) ossl_lib_ctx_generic_new() argument 337 ossl_lib_ctx_generic_free(void *parent_ign, void *ptr, CRYPTO_EX_DATA *ad, int index, long argl_ign, void *argp) ossl_lib_ctx_generic_free() argument
|
/third_party/openssl/crypto/ |
H A D | context.c | 320 long argl_ign, void *argp) in ossl_lib_ctx_generic_new() 322 const OSSL_LIB_CTX_METHOD *meth = argp; in ossl_lib_ctx_generic_new() 339 long argl_ign, void *argp) in ossl_lib_ctx_generic_free() 341 const OSSL_LIB_CTX_METHOD *meth = argp; in ossl_lib_ctx_generic_free() 318 ossl_lib_ctx_generic_new(void *parent_ign, void *ptr_ign, CRYPTO_EX_DATA *ad, int index, long argl_ign, void *argp) ossl_lib_ctx_generic_new() argument 337 ossl_lib_ctx_generic_free(void *parent_ign, void *ptr, CRYPTO_EX_DATA *ad, int index, long argl_ign, void *argp) ossl_lib_ctx_generic_free() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 167 int idx, long argl, void *argp); 169 int idx, long argl, void *argp); 171 void *from_d, int idx, long argl, void *argp); 172 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/openssl/test/ |
H A D | bio_callback_test.c | 27 static long my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len, in my_bio_cb_ex() argument 34 my_param_argp[my_param_count] = argp; in my_bio_cb_ex() 202 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, in my_bio_callback() argument 209 my_param_argp[my_param_count] = argp; in my_bio_callback()
|
/third_party/elfutils/src/ |
H A D | ar.c | 23 #include <argp.h> 63 /* Definitions of arguments for argp functions. */ 105 /* Data structure to communicate with argp functions. */ 106 static struct argp argp = variable 168 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL); in main() 186 argp_help (&argp, stderr, ARGP_HELP_USAGE | ARGP_HELP_SEE, in main() 206 argp_help (&argp, stderr, ARGP_HELP_SEE, in main() 231 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name); in main() 244 argp_help (&argp, stder in main() [all...] |
H A D | arlib.h | 22 #include <argp.h>
|
H A D | elfcmp.c | 23 #include <argp.h> 56 /* Definitions of arguments for argp functions. */ 83 /* Data structure to communicate with argp functions. */ 84 static struct argp argp = variable 135 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL); in main() 141 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name); in main() 707 argp_help (&argp, stderr, ARGP_HELP_SEE, in parse_opt()
|
H A D | stack.c | 20 #include <argp.h> 40 /* non-printable argp options. */ 681 const struct argp argp = in main() local 695 argp_parse (&argp, argc, argv, 0, NULL, NULL); in main()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 614 * @argp: pointer to result buffer 639 * @argp: pointer to result buffer 1803 * @argp: pointer to where to put the output 1811 struct hd_geometry *argp) in ntfs_win32_hdio_getgeo() 1815 argp->heads = fd->geo_heads; in ntfs_win32_hdio_getgeo() 1816 argp->sectors = fd->geo_sectors; in ntfs_win32_hdio_getgeo() 1817 argp->cylinders = fd->geo_cylinders; in ntfs_win32_hdio_getgeo() 1818 argp->start = fd->part_hidden_sectors; in ntfs_win32_hdio_getgeo() 1826 * @argp: pointer to where to put the output 1833 static __inline__ int ntfs_win32_blksszget(struct ntfs_device *dev,int *argp) in ntfs_win32_blksszget() argument 1810 ntfs_win32_hdio_getgeo(struct ntfs_device *dev, struct hd_geometry *argp) ntfs_win32_hdio_getgeo() argument 1850 ntfs_device_win32_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) ntfs_device_win32_ioctl() argument [all...] |
H A D | unix_io.c | 366 * @argp: 373 unsigned long request, void *argp) in ntfs_device_unix_io_ioctl() 375 return ioctl(DEV_FD(dev), request, argp); in ntfs_device_unix_io_ioctl() 372 ntfs_device_unix_io_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) ntfs_device_unix_io_ioctl() argument
|
/third_party/elfutils/tests/ |
H A D | dwfl-addr-sect.c | 27 #include <argp.h>
|
H A D | aggregate_size.c | 23 #include <argp.h>
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-writeable.h | 139 * \param argp: Callback "in" parameter 149 int reason, void *argp, size_t len);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|