Searched refs:ctx (Results 126 - 150 of 1406) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/libgssapi/
H A Dgss_context_time.c39 struct _gss_context *ctx = (struct _gss_context *) context_handle; local
40 struct _gss_mech_switch *m = ctx->gc_mech;
42 return (m->gm_context_time(minor_status, ctx->gc_ctx, time_rec));
H A Dgss_process_context_token.c39 struct _gss_context *ctx = (struct _gss_context *) context_handle; local
40 struct _gss_mech_switch *m = ctx->gc_mech;
42 return (m->gm_process_context_token(minor_status, ctx->gc_ctx,
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_x931p.c69 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, argument
82 if (BN_is_prime_fasttest_ex(pi, 27, ctx, 1, cb))
98 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
108 BN_CTX_start(ctx);
110 p1 = BN_CTX_get(ctx);
113 p2 = BN_CTX_get(ctx);
115 t = BN_CTX_get(ctx);
117 p1p2 = BN_CTX_get(ctx);
119 pm1 = BN_CTX_get(ctx);
121 if (!bn_x931_derive_pi(p1, Xp1, ctx, c
96 BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
196 BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) argument
243 BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
[all...]
H A Dbn_ctx.c156 static void ctxdbg(BN_CTX *ctx) argument
159 BN_POOL_ITEM *item = ctx->pool.head;
160 BN_STACK *stack = &ctx->stack;
161 fprintf(stderr,"(%16p): ", ctx);
162 while(bnidx < ctx->used)
181 #define CTXDBG_ENTRY(str, ctx) do { \
184 ctxdbg(ctx); \
186 #define CTXDBG_EXIT(ctx) do { \
188 ctxdbg(ctx); \
190 #define CTXDBG_RET(ctx,re
200 BN_CTX_init(BN_CTX *ctx) argument
231 BN_CTX_free(BN_CTX *ctx) argument
255 BN_CTX_start(BN_CTX *ctx) argument
270 BN_CTX_end(BN_CTX *ctx) argument
288 BN_CTX_get(BN_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c72 HMAC_CTX ctx; member in struct:__anon5145
75 static int pkey_hmac_init(EVP_PKEY_CTX *ctx) argument
86 HMAC_CTX_init(&hctx->ctx);
88 ctx->data = hctx;
89 ctx->keygen_info_count = 0;
102 HMAC_CTX_init(&dctx->ctx);
103 if (!HMAC_CTX_copy(&dctx->ctx, &sctx->ctx))
114 static void pkey_hmac_cleanup(EVP_PKEY_CTX *ctx) argument
116 HMAC_PKEY_CTX *hctx = ctx
128 pkey_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
142 int_update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
150 hmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) argument
159 hmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, EVP_MD_CTX *mctx) argument
178 pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
210 pkey_hmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Datom.c54 struct atom_context *ctx; member in struct:__anon8126
64 static int atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t * params);
99 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, argument
102 struct radeon_device *rdev = ctx->card->dev->dev_private;
111 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
116 (void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
117 ctx->card->ioreg_write(ctx
174 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) argument
362 atom_skip_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr) argument
398 atom_get_src(atom_exec_context *ctx, uint8_t attr, int *ptr) argument
403 atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) argument
429 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) argument
438 atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) argument
445 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) argument
584 atom_op_add(atom_exec_context *ctx, int *ptr, int arg) argument
598 atom_op_and(atom_exec_context *ctx, int *ptr, int arg) argument
612 atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) argument
617 atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) argument
633 atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) argument
645 atom_op_compare(atom_exec_context *ctx, int *ptr, int arg) argument
659 atom_op_delay(atom_exec_context *ctx, int *ptr, int arg) argument
671 atom_op_div(atom_exec_context *ctx, int *ptr, int arg) argument
688 atom_op_eot(atom_exec_context *ctx, int *ptr, int arg) argument
693 atom_op_jump(atom_exec_context *ctx, int *ptr, int arg) argument
746 atom_op_mask(atom_exec_context *ctx, int *ptr, int arg) argument
763 atom_op_move(atom_exec_context *ctx, int *ptr, int arg) argument
780 atom_op_mul(atom_exec_context *ctx, int *ptr, int arg) argument
791 atom_op_nop(atom_exec_context *ctx, int *ptr, int arg) argument
796 atom_op_or(atom_exec_context *ctx, int *ptr, int arg) argument
810 atom_op_postcard(atom_exec_context *ctx, int *ptr, int arg) argument
816 atom_op_repeat(atom_exec_context *ctx, int *ptr, int arg) argument
821 atom_op_restorereg(atom_exec_context *ctx, int *ptr, int arg) argument
826 atom_op_savereg(atom_exec_context *ctx, int *ptr, int arg) argument
831 atom_op_setdatablock(atom_exec_context *ctx, int *ptr, int arg) argument
845 atom_op_setfbbase(atom_exec_context *ctx, int *ptr, int arg) argument
852 atom_op_setport(atom_exec_context *ctx, int *ptr, int arg) argument
879 atom_op_setregblock(atom_exec_context *ctx, int *ptr, int arg) argument
886 atom_op_shift_left(atom_exec_context *ctx, int *ptr, int arg) argument
902 atom_op_shift_right(atom_exec_context *ctx, int *ptr, int arg) argument
918 atom_op_shl(atom_exec_context *ctx, int *ptr, int arg) argument
937 atom_op_shr(atom_exec_context *ctx, int *ptr, int arg) argument
956 atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) argument
970 atom_op_switch(atom_exec_context *ctx, int *ptr, int arg) argument
997 atom_op_test(atom_exec_context *ctx, int *ptr, int arg) argument
1009 atom_op_xor(atom_exec_context *ctx, int *ptr, int arg) argument
1023 atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) argument
1156 atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t * params) argument
1217 atom_execute_table(struct atom_context *ctx, int index, uint32_t * params) argument
1235 atom_index_iio(struct atom_context *ctx, int base) argument
1250 struct atom_context *ctx = local
1304 atom_asic_init(struct atom_context *ctx) argument
1333 atom_destroy(struct atom_context *ctx) argument
1340 atom_parse_data_header(struct atom_context *ctx, int index, uint16_t * size, uint8_t * frev, uint8_t * crev, uint16_t * data_start) argument
1361 atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t * frev, uint8_t * crev) argument
1378 atom_allocate_fb_scratch(struct atom_context *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c27 static int zlib_stateful_init(COMP_CTX *ctx);
28 static void zlib_stateful_finish(COMP_CTX *ctx);
29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out,
53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
139 static int zlib_stateful_init(COMP_CTX *ctx) argument
172 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_COMP,ctx,&ctx->ex_data);
173 CRYPTO_set_ex_data(&ctx
180 zlib_stateful_finish(COMP_CTX *ctx) argument
191 zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
218 zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
473 BIO_ZLIB_CTX *ctx; local
514 BIO_ZLIB_CTX *ctx; local
538 BIO_ZLIB_CTX *ctx; local
599 BIO_ZLIB_CTX *ctx; local
667 BIO_ZLIB_CTX *ctx; local
716 BIO_ZLIB_CTX *ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c155 struct rpc_ctx *ctx; local
160 ctx = (struct rpc_ctx *) bi->ptr;
161 ctx->filled = 0;
162 ctx->pos = 0;
177 struct rpc_ctx *ctx; local
181 ctx = (struct rpc_ctx *) b->ptr;
182 if ( ctx->pos < ctx->filled ) {
183 length = ctx->filled - ctx
224 struct rpc_ctx *ctx; local
[all...]
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dexample.c39 #define MLFIPRIV ((struct mlfiPriv *) smfi_getpriv(ctx))
44 mlfi_cleanup(ctx, ok)
45 SMFICTX *ctx;
75 smfi_addheader(ctx, "X-Archived", hbuf);
86 smfi_setpriv(ctx, NULL);
94 mlfi_envfrom(ctx, envfrom)
95 SMFICTX *ctx;
128 smfi_setpriv(ctx, priv);
135 mlfi_header(ctx, headerf, headerv)
136 SMFICTX *ctx;
[all...]
H A Dworker.c85 # define OLD_SESSION_TIMEOUT ctx->ctx_timeout
131 #define LAUNCH_WORKER(ctx) \
137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
146 if ((lev) < ctx->ctx_dbg) \
157 ** ctx -- context structure
164 mi_start_session(ctx)
165 SMFICTX_PTR ctx;
172 SM_ASSERT(ctx != NULL);
176 if (mi_list_add_ctx(ctx) != MI_SUCCESS)
182 ctx
380 SMFICTX_PTR ctx; local
672 SMFICTX_PTR ctx; local
[all...]
/freebsd-10.0-release/lib/libvmmapi/
H A Dvmmapi.h47 void vm_destroy(struct vmctx *ctx);
49 int vm_get_memory_seg(struct vmctx *ctx, vm_paddr_t gpa, size_t *ret_len,
51 int vm_setup_memory(struct vmctx *ctx, size_t len, enum vm_mmap_style s);
52 void *vm_map_gpa(struct vmctx *ctx, vm_paddr_t gaddr, size_t len);
54 uint32_t vm_get_lowmem_limit(struct vmctx *ctx);
55 void vm_set_lowmem_limit(struct vmctx *ctx, uint32_t limit);
56 int vm_set_desc(struct vmctx *ctx, int vcpu, int reg,
58 int vm_get_desc(struct vmctx *ctx, int vcpu, int reg,
60 int vm_set_register(struct vmctx *ctx, int vcpu, int reg, uint64_t val);
61 int vm_get_register(struct vmctx *ctx, in
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_set_sec_context_option.c41 struct _gss_context *ctx; local
50 ctx = (struct _gss_context *) *context_handle;
52 if (ctx == NULL)
55 m = ctx->gc_mech;
62 &ctx->gc_ctx, object, value);
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.h32 /* Initalizes gost hash ctx, including creation of gost cipher ctx */
34 int init_gost_hash_ctx(gost_hash_ctx *ctx, const gost_subst_block *subst_block);
35 void done_gost_hash_ctx(gost_hash_ctx *ctx);
37 /* Cleans up all fields, except cipher ctx preparing ctx for computing
39 int start_hash(gost_hash_ctx *ctx);
42 int hash_block(gost_hash_ctx *ctx, const byte *block, size_t length);
46 int finish_hash(gost_hash_ctx *ctx, byte *hashval);
H A Dgosthash.c135 /* Initialize gost_hash ctx - cleans up temporary structures and
138 int init_gost_hash_ctx(gost_hash_ctx *ctx, const gost_subst_block *subst_block) argument
140 memset(ctx,0,sizeof(gost_hash_ctx));
141 ctx->cipher_ctx = (gost_ctx *)MYALLOC(sizeof(gost_ctx));
142 if (!ctx->cipher_ctx)
146 gost_init(ctx->cipher_ctx,subst_block);
152 * if cipher ctx is statically allocated as in OpenSSL implementation of
156 void done_gost_hash_ctx(gost_hash_ctx *ctx) argument
160 MYFREE(ctx->cipher_ctx);
166 int start_hash(gost_hash_ctx *ctx) argument
181 hash_block(gost_hash_ctx *ctx,const byte *block, size_t length) argument
225 finish_hash(gost_hash_ctx *ctx,byte *hashval) argument
[all...]
H A Dgost_crypt.c22 static int gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
24 static int gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key,
27 static int gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out,
30 static int gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out,
35 static int gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
36 static int gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params);
38 static int gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr);
78 static int gost_imit_init_cpa(EVP_MD_CTX *ctx);
80 static int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count);
82 static int gost_imit_final(EVP_MD_CTX *ctx,unsigne
177 gost_cipher_init_param(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc, int paramNID,int mode) argument
192 gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
206 gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
214 gost_crypt_mesh(void *ctx,unsigned char *iv,unsigned char *buf) argument
226 gost_cnt_next(void *ctx, unsigned char *iv, unsigned char *buf) argument
265 gost_cipher_do_cfb(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
327 gost_cipher_do_cnt(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
382 gost_cipher_cleanup(EVP_CIPHER_CTX *ctx) argument
390 gost_cipher_ctl(EVP_CIPHER_CTX *ctx,int type,int arg,void *ptr) argument
419 gost89_set_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params) argument
467 gost89_get_asn1_parameters(EVP_CIPHER_CTX *ctx,ASN1_TYPE *params) argument
505 gost_imit_init_cpa(EVP_MD_CTX *ctx) argument
533 gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
572 gost_imit_final(EVP_MD_CTX *ctx,unsigned char *md) argument
598 gost_imit_ctrl(EVP_MD_CTX *ctx,int type, int arg, void *ptr) argument
629 gost_imit_cleanup(EVP_MD_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, argument
76 EVP_CIPHER_CTX_init(ctx);
77 if(!EVP_EncryptInit_ex(ctx,type,NULL,NULL,NULL)) return 0;
81 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
83 if (EVP_CIPHER_CTX_iv_length(ctx))
84 RAND_pseudo_bytes(iv,EVP_CIPHER_CTX_iv_length(ctx));
86 if(!EVP_EncryptInit_ex(ctx,NULL,NULL,key,iv)) return 0;
90 ekl[i]=EVP_PKEY_encrypt_old(ek[i],key,EVP_CIPHER_CTX_key_length(ctx),
98 void EVP_SealUpdate(ctx,out,outl,in,inl)
99 EVP_CIPHER_CTX *ctx;
109 EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
/freebsd-10.0-release/lib/libc/amd64/gen/
H A Dgetcontextx.c60 __fillcontextx2(char *ctx) argument
65 ucp = (ucontext_t *)ctx;
82 __fillcontextx(char *ctx) argument
86 ucp = (ucontext_t *)ctx;
89 __fillcontextx2(ctx);
98 char *ctx; local
101 ctx = malloc(__getcontextx_size());
102 if (ctx == NULL)
104 if (__fillcontextx(ctx) == -1) {
106 free(ctx);
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drand.c50 do_rand(unsigned long *ctx) argument
58 return ((*ctx = *ctx * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
71 hi = *ctx / 127773;
72 lo = *ctx % 127773;
76 *ctx = x;
84 rand_r(unsigned int *ctx) argument
90 val = *ctx;
93 val = (*ctx % 0x7ffffffe) + 1;
98 *ctx
[all...]
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dspinup_ap.c46 spinup_ap_realmode(struct vmctx *ctx, int newcpu, uint64_t *rip) argument
60 error = vm_set_register(ctx, newcpu, VM_REG_GUEST_RIP, *rip);
63 error = vm_get_desc(ctx, newcpu, VM_REG_GUEST_CS, &desc_base,
68 error = vm_set_desc(ctx, newcpu, VM_REG_GUEST_CS,
73 error = vm_set_register(ctx, newcpu, VM_REG_GUEST_CS, cs);
78 spinup_ap(struct vmctx *ctx, int vcpu, int newcpu, uint64_t rip) argument
85 error = vcpu_reset(ctx, newcpu);
88 fbsdrun_set_capabilities(ctx, newcpu);
96 error = vm_set_capability(ctx, newcpu, VM_CAP_UNRESTRICTED_GUEST, 1);
99 spinup_ap_realmode(ctx, newcp
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_sec_context_by_oid.c44 ntlm_ctx ctx = (ntlm_ctx)context_handle; local
46 if (ctx == NULL) {
55 value.length = ctx->sessionkey.length;
56 value.value = ctx->sessionkey.data;
62 if (ctx->pac.length == 0) {
68 &ctx->pac,
75 if (ctx->kcmflags & KCM_NTLM_FLAG_AV_GUEST)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2expr.c51 free_dwarf_expr_context (struct dwarf_expr_context *ctx) argument
53 xfree (ctx->stack);
54 xfree (ctx);
61 dwarf_expr_grow_stack (struct dwarf_expr_context *ctx, size_t need) argument
63 if (ctx->stack_len + need > ctx->stack_allocated)
65 size_t newlen = ctx->stack_len + need + 10;
66 ctx->stack = xrealloc (ctx->stack,
68 ctx
75 dwarf_expr_push(struct dwarf_expr_context *ctx, CORE_ADDR value) argument
84 dwarf_expr_pop(struct dwarf_expr_context *ctx) argument
94 dwarf_expr_fetch(struct dwarf_expr_context *ctx, int n) argument
107 dwarf_expr_eval(struct dwarf_expr_context *ctx, unsigned char *addr, size_t len) argument
229 execute_stack_op(struct dwarf_expr_context *ctx, unsigned char *op_ptr, unsigned char *op_end) argument
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c79 struct ucma_context *ctx; member in struct:ucma_multicast
89 struct ucma_context *ctx; member in struct:ucma_event
103 struct ucma_context *ctx; local
105 ctx = idr_find(&ctx_idr, id);
106 if (!ctx)
107 ctx = ERR_PTR(-ENOENT);
108 else if (ctx->file != file)
109 ctx = ERR_PTR(-EINVAL);
110 return ctx;
115 struct ucma_context *ctx; local
125 ucma_put_ctx(struct ucma_context *ctx) argument
133 struct ucma_context *ctx; local
166 ucma_alloc_multicast(struct ucma_context *ctx) argument
225 ucma_set_event_context(struct ucma_context *ctx, struct rdma_cm_event *event, struct ucma_event *uevent) argument
249 struct ucma_context *ctx = cm_id->context; local
297 struct ucma_context *ctx; local
359 struct ucma_context *ctx; local
399 ucma_cleanup_multicast(struct ucma_context *ctx) argument
412 ucma_cleanup_events(struct ucma_context *ctx) argument
443 ucma_free_ctx(struct ucma_context *ctx) argument
468 struct ucma_context *ctx; local
501 struct ucma_context *ctx; local
521 struct ucma_context *ctx; local
543 struct ucma_context *ctx; local
628 struct ucma_context *ctx; local
697 struct ucma_context *ctx; local
720 struct ucma_context *ctx; local
742 struct ucma_context *ctx; local
767 struct ucma_context *ctx; local
786 struct ucma_context *ctx; local
807 struct ucma_context *ctx; local
838 ucma_set_option_id(struct ucma_context *ctx, int optname, void *optval, size_t optlen) argument
858 ucma_set_ib_path(struct ucma_context *ctx, struct ib_path_rec_data *path_data, size_t optlen) argument
887 ucma_set_option_ib(struct ucma_context *ctx, int optname, void *optval, size_t optlen) argument
903 ucma_set_option_level(struct ucma_context *ctx, int level, int optname, void *optval, size_t optlen) argument
926 struct ucma_context *ctx; local
962 struct ucma_context *ctx; local
983 struct ucma_context *ctx; local
1108 ucma_move_events(struct ucma_context *ctx, struct ucma_file *file) argument
1123 struct ucma_context *ctx; local
1270 struct ucma_context *ctx, *tmp; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dresolved.c53 svn_client_ctx_t *ctx,
72 SVN_ERR(svn_wc__resolve_conflicts(ctx->wc_ctx, local_abspath,
78 ctx->conflict_func2,
79 ctx->conflict_baton2,
80 ctx->cancel_func, ctx->cancel_baton,
81 ctx->notify_func2, ctx->notify_baton2,
90 ctx->wc_ctx, local_abspath,
114 svn_client_ctx_t *ctx,
49 svn_client__resolve_conflicts(svn_boolean_t *conflicts_remain, apr_hash_t *conflicted_paths, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
109 svn_client_resolve(const char *path, svn_depth_t depth, svn_wc_conflict_choice_t conflict_choice, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
H A Drevert.c54 svn_client_ctx_t *ctx;
83 err = svn_wc_revert4(b->ctx->wc_ctx,
88 b->ctx->cancel_func, b->ctx->cancel_baton,
89 b->ctx->notify_func2, b->ctx->notify_baton2,
100 if (b->ctx->notify_func2)
101 (*b->ctx->notify_func2)(
102 b->ctx->notify_baton2,
120 svn_client_ctx_t *ctx,
52 svn_client_ctx_t *ctx; member in struct:revert_with_write_lock_baton
115 svn_client_revert2(const apr_array_header_t *paths, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/serf/buckets/
H A Dheaders_buckets.c59 headers_context_t *ctx; local
61 ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
62 ctx->list = NULL;
63 ctx->state = READ_START;
65 return serf_bucket_create(&serf_bucket_type_headers, allocator, ctx);
73 headers_context_t *ctx = bkt->data; local
74 header_list_t *iter = ctx->list;
79 if (ctx->cur_read) {
114 ctx
151 headers_context_t *ctx = headers_bucket->data; local
199 headers_context_t *ctx = headers_bucket->data; local
212 headers_context_t *ctx = bucket->data; local
230 select_value( headers_context_t *ctx, const char **value, apr_size_t *len) argument
281 consume_chunk(headers_context_t *ctx) argument
309 headers_context_t *ctx = bucket->data; local
324 headers_context_t *ctx = bucket->data; local
353 headers_context_t *ctx = bucket->data; local
[all...]

Completed in 377 milliseconds

1234567891011>>