Searched refs:cont (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.9.5/OpenSSH-186/openssh/
H A Droaming_dummy.c39 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
45 roaming_read(int fd, void *buf, size_t count, int *cont) argument
47 if (cont)
48 *cont = 0;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_dso.h29 apr_pool_t *cont; member in struct:apr_dso_handle_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_dso.h29 apr_pool_t *cont; member in struct:apr_dso_handle_t
/macosx-10.9.5/ruby-104/ruby/
H A Dcont.c3 cont.c -
130 rb_context_t cont; member in struct:rb_fiber_struct
172 RUBY_MARK_ENTER("cont");
174 rb_context_t *cont = ptr; local
175 rb_gc_mark(cont->value);
176 rb_thread_mark(&cont->saved_thread);
177 rb_gc_mark(cont->saved_thread.self);
179 if (cont->vm_stack) {
181 rb_gc_mark_locations(cont->vm_stack,
182 cont
221 rb_context_t *cont = ptr; local
272 const rb_context_t *cont = ptr; local
374 cont_save_machine_stack(rb_thread_t *th, rb_context_t *cont) argument
423 cont_save_thread(rb_context_t *cont, rb_thread_t *th) argument
438 cont_init(rb_context_t *cont, rb_thread_t *th) argument
448 rb_context_t *cont; local
462 rb_context_t *cont; local
502 cont_restore_thread(rb_context_t *cont) argument
706 cont_restore_1(rb_context_t *cont) argument
751 register_stack_extend(rb_context_t *cont, VALUE *vp, VALUE *curr_bsp) argument
774 cont_restore_0(rb_context_t *cont, VALUE *addr_in_prev_frame) argument
936 rb_context_t *cont; local
1070 rb_context_t *cont = &fib->cont; local
1171 rb_context_t *cont; local
1301 rb_context_t *cont; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_dso.h29 apr_pool_t *cont; /* Context for returning error strings */ member in struct:apr_dso_handle_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_dso.h29 apr_pool_t *cont; /* Context for returning error strings */ member in struct:apr_dso_handle_t
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_continuation.rb17 @cont = c
20 @cont.call :b if ary.length < 3
39 cont = callcc{|c| c}
41 Thread.new{cont.call}.join
82 cont = nil
85 if cont
87 c = cont
88 cont = nil
93 cont = callcc { |cc| cc }
94 if cont
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Djavascript.js75 function ret(tp, style, cont) {
76 type = tp; content = cont;
194 function cont() {
246 if (type == wanted) return cont();
248 else return cont(arguments.callee);
253 if (type == "var") return cont(pushlex("vardef"), vardef1, expect(";"), poplex);
254 if (type == "keyword a") return cont(pushlex("form"), expression, statement, poplex);
255 if (type == "keyword b") return cont(pushlex("form"), statement, poplex);
256 if (type == "{") return cont(pushlex("}"), block, poplex);
257 if (type == ";") return cont();
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-x_long.c106 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
107 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
137 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
163 if(cont) {
164 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
166 cont[i] = (unsigned char)(utmp & 0xff);
167 if(ltmp < 0) cont[i] ^= 0xff;
174 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
186 if(len && (cont[0] & 0x80)) neg = 1;
191 if(neg) utmp |= cont[
[all...]
H A Dcs-x_bignum.c108 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
109 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
143 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
152 if(cont) {
153 if(pad) *cont++ = 0;
154 BN_bn2bin(bn, cont);
159 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
165 if(!BN_bin2bn(cont, len, bn)) {
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmml.el403 (let ((cont (mml-parse))
405 (if (not cont)
408 (if (and (consp (car cont))
409 (= (length cont) 1))
410 (mml-generate-mime-1 (car cont))
412 cont)))
415 (defun mml-generate-mime-1 (cont)
417 (or mm-use-ultra-safe-encoding (assq 'sign cont))))
420 (mml-tweak-part cont)
422 ((or (eq (car cont) 'par
[all...]
H A Dmml-sec.el125 (defun mml-smime-sign-buffer (cont)
126 (or (mml-smime-sign cont)
129 (defun mml-smime-encrypt-buffer (cont &optional sign)
133 (or (mml-smime-encrypt cont)
136 (defun mml-pgp-sign-buffer (cont)
137 (or (mml1991-sign cont)
140 (defun mml-pgp-encrypt-buffer (cont &optional sign)
141 (or (mml1991-encrypt cont sign)
144 (defun mml-pgpmime-sign-buffer (cont)
145 (or (mml2015-sign cont)
[all...]
H A Dmml1991.el60 (defun mml1991-mailcrypt-sign (cont)
93 (defun mml1991-mailcrypt-encrypt (cont &optional sign)
143 (defun mml1991-gpg-sign (cont)
176 (defun mml1991-gpg-encrypt (cont &optional sign)
231 (defun mml1991-pgg-sign (cont)
265 (defun mml1991-pgg-encrypt (cont &optional sign)
294 (defun mml1991-encrypt (cont &optional sign)
297 (funcall func cont sign)
301 (defun mml1991-sign (cont)
304 (funcall func cont)
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Duenumtst.c47 #define cont ((chArrayContext *)en->context) macro
51 if(cont->currUChar != NULL) {
52 free(cont->currUChar);
53 cont->currUChar = NULL;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
69 if(cont->currUChar == NULL) {
70 cont->currUChar = (UChar *)malloc(1024*sizeof(UChar));
73 cont
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/SQL/Translator/Producer/DBIx/Class/
H A DFile.pm119 foreach my $cont ($table->get_constraints)
121 # print Data::Dumper::Dumper($cont->type);
122 if($cont->type =~ /foreign key/i)
125 # $cont->fields->[0]->name . "', '" .
126 # "${dbixschema}::" . $cont->reference_table . "');\n";
129 $cont->fields->[0]->name . "', '" .
130 "${dbixschema}::" . $cont->reference_table . "');\n";
135 $cont->fields->[0]->name . "');";
136 $tableextras{$cont->reference_table} .= $other;
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dwcstok.c54 cont:
58 goto cont;
H A Dstrtok.c63 cont:
67 goto cont;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_getopt.h52 apr_pool_t *cont; member in struct:apr_getopt_t
97 * @param cont The pool to operate on
103 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
H A Dapr_portable.h300 * @param cont The pool to use if it is needed.
304 apr_pool_t *cont);
310 * @param cont The pool to use if it is needed.
314 apr_pool_t *cont);
337 * @param cont The pool to use if it is needed.
343 apr_int32_t flags, apr_pool_t *cont);
349 * @param cont The pool to use if it is needed.
355 apr_pool_t *cont);
363 * @param cont The pool to use if it is needed.
370 apr_pool_t *cont);
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_getopt.h52 apr_pool_t *cont; member in struct:apr_getopt_t
97 * @param cont The pool to operate on
103 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
H A Dapr_portable.h300 * @param cont The pool to use if it is needed.
304 apr_pool_t *cont);
310 * @param cont The pool to use if it is needed.
314 apr_pool_t *cont);
337 * @param cont The pool to use if it is needed.
343 apr_int32_t flags, apr_pool_t *cont);
349 * @param cont The pool to use if it is needed.
355 apr_pool_t *cont);
363 * @param cont The pool to use if it is needed.
370 apr_pool_t *cont);
[all...]
/macosx-10.9.5/vim-53/src/
H A Dlink.sh45 cont=yes
46 while test -n "$cont"; do
68 cont=
72 cont=
76 cont=
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dfold.c89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) argument
127 sfwrite(out, cont, contsize);
148 sfwrite(out, cont, contsize);
175 char *cont="\n"; local
194 contsize = stresc(cont = strdup(opt_info.arg));
234 fold(fp,sfstdout,width,cont,contsize,cols);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dcflow.c86 register int cont= **argv=='c'; local
88 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n)
112 if(cont)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_rmm.h52 * @param cont The pool to use for local storage and management
58 apr_pool_t *cont);
71 * @param cont The pool to use for local storage and management
74 void *membuf, apr_pool_t *cont);

Completed in 189 milliseconds

1234567