/external/emma/core/java12/com/vladium/jcd/cls/ |
D | AbstractClassDefVisitor.java | 22 public Object visit (final ClassDef cls, final Object ctx) in visit() 24 visit (cls.getConstants (), ctx); in visit() local 25 visit (cls.getInterfaces (), ctx); in visit() local 26 visit (cls.getFields (), ctx); in visit() local 27 visit (cls.getMethods (), ctx); in visit() local 28 visit (cls.getAttributes (), ctx); in visit() local 33 public Object visit (final IAttributeCollection attributes, final Object ctx) in visit() 38 public Object visit (final IConstantCollection constants, final Object ctx) in visit() 43 public Object visit (final IFieldCollection fields, final Object ctx) in visit() 48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit() [all …]
|
D | IClassDefVisitor.java | 19 Object visit (ClassDef cls, Object ctx); in visit() 21 Object visit (IConstantCollection constants, Object ctx); in visit() 22 Object visit (IInterfaceCollection interfaces, Object ctx); in visit() 23 Object visit (IFieldCollection fields, Object ctx); in visit() 24 Object visit (IMethodCollection methods, Object ctx); in visit() 25 Object visit (IAttributeCollection attributes, Object ctx); in visit()
|
/external/openssl/crypto/evp/ |
D | pmeth_lib.c | 365 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_free() 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 417 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, in EVP_PKEY_CTX_ctrl_str() 440 int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_operation() 445 void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen) in EVP_PKEY_CTX_set0_keygen_info() 451 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_data() 456 void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_data() 461 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_pkey() 466 EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_peerkey() 471 void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_app_data() [all …]
|
D | pmeth_fn.c | 66 #define M_check_autoarg(ctx, arg, arglen, err) \ argument 82 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_sign_init() 100 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, in EVP_PKEY_sign() 119 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_init() 137 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, in EVP_PKEY_verify() 155 int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_recover_init() 173 int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx, in EVP_PKEY_verify_recover() 192 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init() 210 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, in EVP_PKEY_encrypt() 229 int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_decrypt_init() [all …]
|
D | m_sha1.c | 74 static int init(EVP_MD_CTX *ctx) in init() 77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) in update() 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) in final() 106 static int init224(EVP_MD_CTX *ctx) in init224() 108 static int init256(EVP_MD_CTX *ctx) in init256() 115 static int update256(EVP_MD_CTX *ctx,const void *data,size_t count) in update256() 117 static int final256(EVP_MD_CTX *ctx,unsigned char *md) in final256() 160 static int init384(EVP_MD_CTX *ctx) in init384() 162 static int init512(EVP_MD_CTX *ctx) in init512() 165 static int update512(EVP_MD_CTX *ctx,const void *data,size_t count) in update512() [all …]
|
D | evp_lib.c | 123 int EVP_CIPHER_type(const EVP_CIPHER *ctx) in EVP_CIPHER_type() 186 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_block_size() 191 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) in EVP_Cipher() 196 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher() 206 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_flags() 211 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_app_data() 216 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data) in EVP_CIPHER_CTX_set_app_data() 226 int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_length() 236 int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_key_length() 246 int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_nid() [all …]
|
D | pmeth_gn.c | 67 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init() 85 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_paramgen() 116 int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_keygen_init() 134 int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_keygen() 165 void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb) in EVP_PKEY_CTX_set_cb() 170 EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_cb() 181 EVP_PKEY_CTX *ctx = gcb->arg; in trans_cb() local 187 void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) in evp_pkey_set_cb_translate() 192 int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx) in EVP_PKEY_CTX_get_keygen_info()
|
D | evp_enc.c | 73 #define M_do_cipher(ctx, out, in, inl) FIPS_cipher(ctx, out, in, inl) argument 75 #define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl) argument 81 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_init() 89 EVP_CIPHER_CTX *ctx=OPENSSL_malloc(sizeof *ctx); in EVP_CIPHER_CTX_new() local 95 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() 261 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate() 269 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() 276 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal() 283 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() [all …]
|
D | digest.c | 124 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) in EVP_MD_CTX_init() 131 EVP_MD_CTX *ctx=OPENSSL_malloc(sizeof *ctx); in EVP_MD_CTX_create() local 139 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) in EVP_DigestInit() 145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() 245 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate() 255 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal() 264 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal_ex() 353 EVP_MD_CTX ctx; in EVP_Digest() local 366 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) in EVP_MD_CTX_destroy() 373 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) in EVP_MD_CTX_cleanup()
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
D | ICONSTANTVisitor.java | 22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit() 24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit() 25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit() 26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit() 28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit() 29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit() 30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit() 31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit() 32 Object visit (CONSTANT_String_info constant, Object ctx); in visit() 34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit() [all …]
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | IAttributeVisitor.java | 20 Object visit (GenericAttribute_info attribute, Object ctx); in visit() 22 Object visit (CodeAttribute_info attribute, Object ctx); in visit() 23 Object visit (ConstantValueAttribute_info attribute, Object ctx); in visit() 24 Object visit (ExceptionsAttribute_info attribute, Object ctx); in visit() 25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); in visit() 26 Object visit (SourceFileAttribute_info attribute, Object ctx); in visit() 27 Object visit (SyntheticAttribute_info attribute, Object ctx); in visit() 28 Object visit (BridgeAttribute_info attribute, Object ctx); in visit() 29 Object visit (InnerClassesAttribute_info attribute, Object ctx); in visit()
|
/external/libusb/libusb/ |
D | io.c | 1004 int usbi_io_init(struct libusb_context *ctx) in usbi_io_init() 1045 void usbi_io_exit(struct libusb_context *ctx) in usbi_io_exit() 1094 struct libusb_context *ctx = ITRANSFER_CTX(transfer); in add_to_flying_list() local 1220 struct libusb_context *ctx = TRANSFER_CTX(transfer); in libusb_submit_transfer() local 1291 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd() 1310 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout() 1338 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd() 1342 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout() 1361 struct libusb_context *ctx = TRANSFER_CTX(transfer); in usbi_handle_transfer_completion() local 1446 API_EXPORTED int libusb_try_lock_events(libusb_context *ctx) in libusb_try_lock_events() [all …]
|
/external/libvpx/vpx/src/ |
D | vpx_decoder_compat.c | 21 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) argument 33 const char *vpx_dec_error(vpx_dec_ctx_t *ctx) in vpx_dec_error() 38 const char *vpx_dec_error_detail(vpx_dec_ctx_t *ctx) in vpx_dec_error_detail() 44 vpx_dec_err_t vpx_dec_init_ver(vpx_dec_ctx_t *ctx, in vpx_dec_init_ver() 56 vpx_dec_err_t vpx_dec_destroy(vpx_dec_ctx_t *ctx) in vpx_dec_destroy() 78 vpx_dec_err_t vpx_dec_get_stream_info(vpx_dec_ctx_t *ctx, in vpx_dec_get_stream_info() 86 vpx_dec_err_t vpx_dec_control(vpx_dec_ctx_t *ctx, in vpx_dec_control() 94 vpx_dec_err_t vpx_dec_decode(vpx_dec_ctx_t *ctx, in vpx_dec_decode() 105 vpx_image_t *vpx_dec_get_frame(vpx_dec_ctx_t *ctx, in vpx_dec_get_frame() 112 vpx_dec_err_t vpx_dec_register_put_frame_cb(vpx_dec_ctx_t *ctx, in vpx_dec_register_put_frame_cb() [all …]
|
D | vpx_decoder.c | 19 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) argument 21 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver() 93 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info() 115 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() 138 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame() 152 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb() 174 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb() 196 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map() 213 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map()
|
/external/openssl/crypto/x509/ |
D | x509_vfy.c | 153 int X509_verify_cert(X509_STORE_CTX *ctx) in X509_verify_cert() 398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) in find_issuer() 413 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) in check_issued() 432 static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in get_issuer_sk() 449 static int check_chain_extensions(X509_STORE_CTX *ctx) in check_chain_extensions() 607 static int check_name_constraints(X509_STORE_CTX *ctx) in check_name_constraints() 643 static int check_trust(X509_STORE_CTX *ctx) in check_trust() 669 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() 692 static int check_cert(X509_STORE_CTX *ctx) in check_cert() 760 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) in check_crl_time() [all …]
|
/external/mesa3d/src/talloc/ |
D | hieralloc.h | 19 #define hieralloc(ctx, type) (type *)hieralloc_allocate(ctx, sizeof(type), #type) argument 20 #define hieralloc_size(ctx, size) hieralloc_allocate(ctx, size, "sz:"__location__) argument 21 #define hieralloc_new(ctx) hieralloc_allocate(ctx, 0, "nw:" __location__) argument 22 #define hieralloc_zero(ctx, type) (type *)_hieralloc_zero(ctx, sizeof(type), "zr:"#type) argument 23 #define hieralloc_zero_size(ctx, size) _hieralloc_zero(ctx, size, "zrsz:"__location__) argument 24 #define hieralloc_array(ctx, type, count) (type *)hieralloc_allocate(ctx, sizeof(type) * count, "ar… argument 25 #define hieralloc_realloc(ctx, p, type, count) (type *)hieralloc_reallocate(ctx, p, sizeof(type) * … argument
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.cpp | 49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value) in JSValueGetType() 70 bool JSValueIsUndefined(JSContextRef ctx, JSValueRef value) in JSValueIsUndefined() 79 bool JSValueIsNull(JSContextRef ctx, JSValueRef value) in JSValueIsNull() 88 bool JSValueIsBoolean(JSContextRef ctx, JSValueRef value) in JSValueIsBoolean() 97 bool JSValueIsNumber(JSContextRef ctx, JSValueRef value) in JSValueIsNumber() 106 bool JSValueIsString(JSContextRef ctx, JSValueRef value) in JSValueIsString() 115 bool JSValueIsObject(JSContextRef ctx, JSValueRef value) in JSValueIsObject() 124 bool JSValueIsObjectOfClass(JSContextRef ctx, JSValueRef value, JSClassRef jsClass) in JSValueIsObjectOfClass() 140 bool JSValueIsEqual(JSContextRef ctx, JSValueRef a, JSValueRef b, JSValueRef* exception) in JSValueIsEqual() 157 bool JSValueIsStrictEqual(JSContextRef ctx, JSValueRef a, JSValueRef b) in JSValueIsStrictEqual() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractItemVisitor.java | 20 public Object visit (final AllItem item, final Object ctx) in visit() 25 public Object visit (final PackageItem item, final Object ctx) in visit() 30 public Object visit (final SrcFileItem item, final Object ctx) in visit() 35 public Object visit (final ClassItem item, final Object ctx) in visit() 40 public Object visit (final MethodItem item, final Object ctx) in visit()
|
D | IItemVisitor.java | 19 Object visit (AllItem item, Object ctx); in visit() 20 Object visit (PackageItem item, Object ctx); in visit() 21 Object visit (SrcFileItem item, Object ctx); in visit() 22 Object visit (ClassItem item, Object ctx); in visit() 23 Object visit (MethodItem item, Object ctx); in visit()
|
/external/openssl/crypto/cmac/ |
D | cm_pmeth.c | 63 static int pkey_cmac_init(EVP_PKEY_CTX *ctx) in pkey_cmac_init() 81 static void pkey_cmac_cleanup(EVP_PKEY_CTX *ctx) in pkey_cmac_cleanup() 86 static int pkey_cmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_cmac_keygen() 102 static int int_update(EVP_MD_CTX *ctx,const void *data,size_t count) in int_update() 109 static int cmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) in cmac_signctx_init() 116 static int cmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in cmac_signctx() 122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_cmac_ctrl() 155 static int pkey_cmac_ctrl_str(EVP_PKEY_CTX *ctx, in pkey_cmac_ctrl_str()
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.cpp | 2892 void *ctx = state; local 2904 void *ctx = state; local 2916 void *ctx = state; local 2928 void *ctx = state; local 2940 void *ctx = state; local 2961 void *ctx = state; local 2981 void *ctx = state; local 2993 void *ctx = state; local 3004 void *ctx = state; local 3015 void *ctx = state; local [all …]
|
/external/openssh/ |
D | gss-genr.c | 50 ssh_gssapi_check_oid(Gssctxt *ctx, void *data, size_t len) in ssh_gssapi_check_oid() 59 ssh_gssapi_set_oid_data(Gssctxt *ctx, void *data, size_t len) in ssh_gssapi_set_oid_data() 73 ssh_gssapi_set_oid(Gssctxt *ctx, gss_OID oid) in ssh_gssapi_set_oid() 95 OM_uint32 ctx; in ssh_gssapi_last_error() local 143 ssh_gssapi_build_ctx(Gssctxt **ctx) in ssh_gssapi_build_ctx() 156 ssh_gssapi_delete_ctx(Gssctxt **ctx) in ssh_gssapi_delete_ctx() 189 ssh_gssapi_init_ctx(Gssctxt *ctx, int deleg_creds, gss_buffer_desc *recv_tok, in ssh_gssapi_init_ctx() 212 ssh_gssapi_import_name(Gssctxt *ctx, const char *host) in ssh_gssapi_import_name() 230 ssh_gssapi_sign(Gssctxt *ctx, gss_buffer_t buffer, gss_buffer_t hash) in ssh_gssapi_sign() 252 ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host) in ssh_gssapi_check_mechanism()
|
/external/libxml2/ |
D | legacy.c | 764 getPublicId(void *ctx) in getPublicId() 781 getSystemId(void *ctx) in getSystemId() 797 getLineNumber(void *ctx) in getLineNumber() 813 getColumnNumber(void *ctx) in getColumnNumber() 829 isStandalone(void *ctx) in isStandalone() 845 hasInternalSubset(void *ctx) in hasInternalSubset() 861 hasExternalSubset(void *ctx) in hasExternalSubset() 878 internalSubset(void *ctx, const xmlChar * name, in internalSubset() 896 externalSubset(void *ctx, const xmlChar * name, in externalSubset() 919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() [all …]
|
/external/openssl/crypto/hmac/ |
D | hm_pmeth.c | 72 HMAC_CTX ctx; member 75 static int pkey_hmac_init(EVP_PKEY_CTX *ctx) in pkey_hmac_init() 114 static void pkey_hmac_cleanup(EVP_PKEY_CTX *ctx) in pkey_hmac_cleanup() 128 static int pkey_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_hmac_keygen() 142 static int int_update(EVP_MD_CTX *ctx,const void *data,size_t count) in int_update() 150 static int hmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) in hmac_signctx_init() 159 static int hmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in hmac_signctx() 178 static int pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_hmac_ctrl() 210 static int pkey_hmac_ctrl_str(EVP_PKEY_CTX *ctx, in pkey_hmac_ctrl_str()
|
/external/e2fsprogs/e2fsck/ |
D | dx_dirinfo.c | 16 void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks) in e2fsck_add_dx_dir() 81 struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino) in e2fsck_get_dx_dir_info() 111 void e2fsck_free_dx_dir_info(e2fsck_t ctx) in e2fsck_free_dx_dir_info() 134 int e2fsck_get_num_dx_dirinfo(e2fsck_t ctx) in e2fsck_get_num_dx_dirinfo() 142 struct dx_dir_info *e2fsck_dx_dir_info_iter(e2fsck_t ctx, int *control) in e2fsck_dx_dir_info_iter()
|