Searched refs:a_ctx (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dcluster.c49 ntfs_attr_search_ctx *a_ctx = NULL; local
67 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL);
69 while ((rec = find_attribute(AT_UNUSED, a_ctx))) {
72 ntfs_log_verbose("0x%02x skipped - attr is resident\n", a_ctx->attr->type);
76 runs = ntfs_mapping_pairs_decompress(vol, a_ctx->attr, NULL);
82 ntfs_log_verbose("\t[0x%02X]\n", a_ctx->attr->type);
103 if ((*cb) (m_ctx->inode, a_ctx->attr, runs+j, data))
108 ntfs_attr_put_search_ctx(a_ctx);
109 a_ctx = NULL;
114 ntfs_attr_put_search_ctx(a_ctx);
[all...]
H A Dntfscluster.c286 ntfs_attr_search_ctx *a_ctx; local
301 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL);
303 while ((rec = find_attribute(AT_UNUSED, a_ctx))) {
324 ntfs_attr_put_search_ctx(a_ctx);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c26 SMFICTX_PTR a_ctx; /* context */ member in struct:arg_struct
263 arg.a_ctx = ctx;
849 if (g == NULL || g->a_ctx->ctx_smfi == NULL)
851 ctx = g->a_ctx;
969 if (g->a_ctx->ctx_smfi != NULL &&
970 g->a_ctx->ctx_smfi->xxfi_version > 4 &&
971 (fi_negotiate = g->a_ctx->ctx_smfi->xxfi_negotiate) != NULL)
989 r = fi_negotiate(g->a_ctx,
1177 mi_clr_macros(g->a_ctx, g->a_idx + 1);
1178 if (g->a_ctx
[all...]

Completed in 67 milliseconds