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

1234

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dx_long.c73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
75 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
109 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
142 if (cont) {
144 *cont++ = (ltmp < 0) ? 0xff : 0;
146 cont[i] = (unsigned char)(utmp & 0xff);
148 cont[i] ^= 0xff;
155 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
167 if (len && (cont[0] & 0x80))
175 utmp |= cont[
[all...]
H A Dx_bignum.c77 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
79 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
122 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
135 if (cont) {
137 *cont++ = 0;
138 BN_bn2bin(bn, cont);
143 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
151 if (!BN_bin2bn(cont, len, bn)) {
H A Dtasn_dec.c723 const unsigned char *cont = NULL; local
789 cont = *in;
794 len = p - cont;
796 len = p - cont + plen;
825 cont = (const unsigned char *)buf.data;
827 cont = p;
834 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
847 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
859 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
877 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, le
[all...]
/freebsd-11.0-release/contrib/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...]
H A Dapr_thread_proc.h216 * @param cont The pool to use
219 apr_pool_t *cont);
264 * @param cont The pool to use
269 void *data, apr_pool_t *cont);
343 * @param cont The pool to use
347 apr_pool_t *cont);
396 * @param cont The pool to use
399 apr_pool_t *cont);
587 * @param cont The pool to use.
591 APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *cont);
[all...]
/freebsd-11.0-release/lib/libc/string/
H A Dwcstok.c54 cont:
58 goto cont;
H A Dstrtok.c63 cont:
67 goto cont;
/freebsd-11.0-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c142 BIO *cont; local
148 cont = CMS_dataInit(cms, NULL);
149 if (!cont)
151 r = cms_copy_content(out, cont, flags);
152 BIO_free_all(cont);
174 BIO *cont; local
184 cont = CMS_dataInit(cms, dcont);
185 if (!cont)
187 r = cms_copy_content(out, cont, flags);
189 r = cms_DigestedData_do_final(cms, cont,
218 BIO *cont; local
729 BIO *cont; local
784 BIO *cont; local
[all...]
H A Dcms_lib.c108 BIO *cmsbio, *cont; local
110 cont = icont;
112 cont = cms_content_bio(cms);
113 if (!cont) {
120 return cont;
149 return BIO_push(cmsbio, cont);
152 BIO_free(cont);
165 unsigned char *cont; local
172 contlen = BIO_get_mem_data(mbio, &cont);
176 ASN1_STRING_set0(*pos, cont, contle
[all...]
/freebsd-11.0-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c58 struct sbuf *cont; member in struct:node
85 np->cont = sbuf_new_auto();
86 sbuf_clear(np->cont);
140 sbuf_finish(mt->cur->cont);
144 sbuf_cat(mt->cur->key, sbuf_data(np->cont));
167 sbuf_bcat(mt->cur->cont, b, e - b + 1);
187 sbuf_finish(mt->top->cont);
202 sbuf_finish(mt->top->cont);
212 printf("\"%s\" -- \"%s\" -- \"%s\"", np->name, sbuf_data(np->cont), sbuf_data(np->key));
302 i = refcmp(sbuf_data(n1->cont), sbuf_dat
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dopts-common.c169 cont:
176 goto cont;
180 goto cont;
185 goto cont;
/freebsd-11.0-release/contrib/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);
/freebsd-11.0-release/usr.sbin/bsdconfig/timezone/
H A Dtimezone276 f_read_zones # creates $country_*_{descr,cont,filename}
302 f_find_continent "$continent" cont
303 f_continent $cont title cont_title
304 f_continent $cont nitems nitems
305 f_OCEANP $cont isocean
348 f_continent $cont menu_list menu_list
381 f_continent $cont tlc_$tag tlc
392 f_country $tlc cont real_cont
/freebsd-11.0-release/contrib/apr/mmap/unix/
H A Dmmap.c77 apr_pool_t *cont)
100 (*new) = (apr_mmap_t *)apr_pcalloc(cont, sizeof(apr_mmap_t));
144 (*new)->cntxt = cont;
/freebsd-11.0-release/sys/fs/cd9660/
H A Diso_rrip.h68 int cont; /* continuation of above */ member in struct:__anon11995
H A Dcd9660_rrip.c119 int len, wlen, cont; local
127 cont = ana->cont;
137 if (!cont) {
143 cont = 0;
183 cont = 1;
198 ana->cont = 1;
212 ana->cont = cont;
231 int cont; local
[all...]
/freebsd-11.0-release/libexec/revnetgroup/
H A Dparse_netgroup.c287 int cont; local
324 cont = 1;
326 cont = 0;
339 if (cont) {
344 cont = 0;
347 } while (cont);
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dbio_ok.c150 int cont; /* <= 0 when finished */ member in struct:ok_struct
187 ctx->cont = 1;
286 if (ctx->cont <= 0)
321 ctx->cont = 0;
376 ctx->cont = 1;
383 if (ctx->cont <= 0)
410 ctx->cont = (int)ret;
421 ret = (long)ctx->cont;
547 ctx->cont = 0;
618 ctx->cont
[all...]
H A Dbio_enc.c83 int cont; /* <= 0 when finished */ member in struct:enc_struct
122 ctx->cont = 1;
182 if (ctx->cont <= 0)
193 ctx->cont = i;
212 ctx->cont = 1;
238 return ((ret == 0) ? ctx->cont : ret);
315 if (ctx->cont <= 0)
H A Dbio_b64.c91 int cont; /* <= 0 when finished */ member in struct:b64_struct
126 ctx->cont = 1;
196 if (ctx->cont <= 0)
207 ctx->cont = i;
290 } else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) {
484 ctx->cont = 1;
490 if (ctx->cont <= 0)
/freebsd-11.0-release/contrib/apr/misc/unix/
H A Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
45 *os = apr_palloc(cont, sizeof(apr_getopt_t));
46 (*os)->cont = cont;
58 argv_buff = apr_palloc(cont, (argc + 1) * sizeof(const char *));
/freebsd-11.0-release/contrib/groff/src/include/
H A Dsearch.h48 int matchlen, const char **cont, const char **start)
/freebsd-11.0-release/sys/dev/bhnd/nvram/
H A Dnvramvar.h74 bool cont:1; /**< value should be bitwise OR'd with the member in struct:bhnd_sprom_offset
/freebsd-11.0-release/usr.bin/mail/
H A Dcollect.c146 cont:
216 goto cont;
240 goto cont;
431 goto cont;
451 goto cont;
459 goto cont;
469 goto cont;

Completed in 139 milliseconds

1234