Home
last modified time | relevance | path

Searched refs:out_of_core (Results 1 – 25 of 67) sorted by relevance

123

/dports/security/gnupg/gnupg-2.3.3/common/
H A Dmembuf.c51 mb->out_of_core = 0; in init_membuf()
54 mb->out_of_core = errno; in init_membuf()
63 mb->out_of_core = 0; in init_membuf_secure()
66 mb->out_of_core = errno; in init_membuf_secure()
78 if (mb->out_of_core) in clear_membuf()
93 if (mb->out_of_core || !len) in put_membuf()
153 mb->out_of_core = errno ? errno : ENOMEM; in put_membuf_printf()
168 if (mb->out_of_core) in get_membuf()
176 gpg_err_set_errno (mb->out_of_core); in get_membuf()
223 if (mb->out_of_core) in peek_membuf()
[all …]
H A Dccparray.c79 cpa->out_of_core = 0; in ccparray_init()
82 cpa->out_of_core = errno; in ccparray_init()
89 if (cpa->out_of_core) in ccparray_put()
105 cpa->out_of_core = ENOMEM; in ccparray_put()
112 cpa->out_of_core = errno ? errno : ENOMEM; in ccparray_put()
131 if (cpa->out_of_core) in ccparray_get()
138 gpg_err_set_errno (cpa->out_of_core); in ccparray_get()
146 cpa->out_of_core = ENOMEM; /* hack to make sure it won't get reused. */ in ccparray_get()
H A Dmembuf.h42 int out_of_core; member
49 #define is_membuf_ready(a) ((a)->buf || (a)->out_of_core)
H A Dccparray.h39 int out_of_core; member
/dports/security/libksba/libksba-1.6.0/src/
H A Dstringbuf.h42 gpg_error_t out_of_core; in cmd__strcmp_offset()
51 sb->out_of_core = 0;
55 sb->out_of_core = errno? errno : ENOMEM;
64 sb->out_of_core = ENOMEM; /* make sure the caller does an init before reuse */
71 if (sb->out_of_core)
82 sb->out_of_core = errno? errno : ENOMEM;
103 if (sb->out_of_core)
113 sb->out_of_core = errno? errno : ENOMEM;
168 if (sb->out_of_core)
171 gpg_err_set_errno (sb->out_of_core);
[all …]
H A Dgen-help.c29 out_of_core(void) in out_of_core() function
43 out_of_core (); in xmalloc()
52 out_of_core (); in xcalloc()
61 out_of_core (); in xrealloc()
71 out_of_core (); in xstrdup()
H A Dutil.c227 out_of_core(void) in out_of_core() function
240 out_of_core(); in _ksba_xmalloc()
249 out_of_core(); in _ksba_xcalloc()
258 out_of_core(); in _ksba_xrealloc()
268 out_of_core(); in _ksba_xstrdup()
/dports/security/gpa/gpa-0.10.0/src/
H A Dmembuf.c42 mb->out_of_core = 0; in init_membuf()
45 mb->out_of_core = errno; in init_membuf()
52 if (mb->out_of_core) in put_membuf()
63 mb->out_of_core = errno ? errno : ENOMEM; in put_membuf()
90 if (mb->out_of_core) in get_membuf()
94 errno = mb->out_of_core; in get_membuf()
102 mb->out_of_core = ENOMEM; /* Hack to make sure it won't get reused. */ in get_membuf()
H A Dmembuf.h30 int out_of_core; member
37 #define is_membuf_ready(a) ((a)->buf || (a)->out_of_core)
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dno-libgcrypt.c37 out_of_core (void) in out_of_core() function
54 out_of_core (); in gcry_xmalloc()
70 out_of_core (); in gcry_xrealloc()
87 out_of_core (); in gcry_xcalloc()
103 out_of_core (); in gcry_xstrdup()
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Dmembuf.c39 mb->out_of_core = 0; in init_membuf()
42 mb->out_of_core = errno; in init_membuf()
49 if (mb->out_of_core) in put_membuf()
77 if (mb->out_of_core) in get_membuf()
88 mb->out_of_core = ENOMEM; /* hack to make sure it won't get reused. */ in get_membuf()
H A Dmemory.c405 out_of_core(size_t n, int secure) in out_of_core() function
431 out_of_core(n,0); /* should never happen */ in FNAMEXM()
433 out_of_core(n,0); in FNAMEXM()
444 out_of_core(n,0); in FNAMEXM()
484 out_of_core(n,1); /* should never happen */ in FNAMEXM()
486 out_of_core(n,1); in FNAMEXM()
496 out_of_core(n,1); in FNAMEXM()
549 out_of_core(n,1); in FNAMEX()
553 out_of_core(n,0); in FNAMEX()
665 out_of_core (nbytes, 0); in xcalloc()
[all …]
/dports/security/libassuan/libassuan-2.5.5/src/
H A Dassuan-inquire.c42 int out_of_core; member
61 mb->out_of_core = 0; in init_membuf()
67 mb->out_of_core = 1; in init_membuf()
74 if (mb->out_of_core || mb->too_large) in put_membuf()
92 mb->out_of_core = 1; in put_membuf()
106 if (mb->out_of_core || mb->too_large) in get_membuf()
117 mb->out_of_core = 1; /* don't allow a reuse */ in get_membuf()
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Dcall-dirmngr.c43 int out_of_core; member
103 mb->out_of_core = 0; in init_membuf()
106 mb->out_of_core = 1; in init_membuf()
112 if (mb->out_of_core) in put_membuf()
123 mb->out_of_core = 1; in put_membuf()
137 if (mb->out_of_core) in get_membuf()
147 mb->out_of_core = 1; /* don't allow a reuse */ in get_membuf()
779 return out_of_core (); in gpgsm_dirmngr_lookup()
1006 return out_of_core (); in gpgsm_dirmngr_run_command()
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkeybox-blob.c193 int out_of_core; member
262 mb->out_of_core = 0; in init_membuf()
265 mb->out_of_core = 1; in init_membuf()
271 if (mb->out_of_core) in put_membuf()
282 mb->out_of_core = 1; in put_membuf()
299 if (mb->out_of_core) in get_membuf()
309 mb->out_of_core = 1; /* don't allow a reuse */ in get_membuf()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_gf.F9088 if ( .not. El%out_of_core ) return
442 if ( any(Elecs(:)%out_of_core) ) then
505 if ( Elecs(i)%out_of_core ) then
598 if ( .not. El%out_of_core ) return
747 if ( .not. El%out_of_core ) return
849 if ( .not. El%out_of_core ) return
H A Dm_transiesta.F90310 if ( IONode .and. Elecs(iEl)%out_of_core ) then
483 if ( .not. Elecs(iEl)%out_of_core ) then
566 if ( Elecs(iEl)%out_of_core ) then
580 if ( Elecs(iEl)%out_of_core ) then
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dlearncard.c144 parm->error = out_of_core (); in kpinfo_cb()
213 parm->error = out_of_core (); in certinfo_cb()
239 sparm->error = out_of_core (); in sinfo_cb()
H A Dprotect.c447 rc = out_of_core (); in do_encryption()
476 rc = out_of_core (); in do_encryption()
597 gpg_error_t tmperr = out_of_core (); in do_encryption()
768 gpg_error_t tmperr = out_of_core (); in agent_protect()
833 rc = out_of_core (); in do_decryption()
842 rc = out_of_core (); in do_decryption()
962 return out_of_core (); in merge_lists()
1604 return out_of_core (); in agent_shadow_key_type()
H A Dtrustlist.c673 return out_of_core (); in agent_marktrusted()
692 return out_of_core (); in agent_marktrusted()
717 return out_of_core (); in agent_marktrusted()
/dports/science/siesta/siesta-4.1.5/Util/TS/TBtrans/
H A Dm_tbtrans.F90272 if ( Elecs(iEl)%out_of_core ) cycle
340 if ( IONode .and. Elecs(iEl)%out_of_core ) then
349 if ( .not. Elecs(iEl)%out_of_core ) then
509 if ( Elecs(iEl)%out_of_core ) then
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dcommand.c563 return out_of_core (); in cmd_learn()
872 return out_of_core (); in cmd_setdata()
998 return out_of_core (); in cmd_pksign()
1056 return out_of_core (); in cmd_pkauth()
1110 return out_of_core (); in cmd_pkdecrypt()
1240 return out_of_core (); in cmd_setattr()
1326 return out_of_core (); in cmd_writecert()
1395 return out_of_core (); in cmd_writekey()
1550 return out_of_core (); in cmd_random()
1617 return out_of_core (); in cmd_passwd()
[all …]
/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Dspawn-posix.c61 out_of_core (int line) in out_of_core() function
278 out_of_core (__LINE__); in do_exec()
286 out_of_core (__LINE__); in do_exec()
848 out_of_core (__LINE__); in _gpgrt_spawn_process_detached()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Dspawn-posix.c61 out_of_core (int line) in out_of_core() function
278 out_of_core (__LINE__); in do_exec()
286 out_of_core (__LINE__); in do_exec()
843 out_of_core (__LINE__); in _gpgrt_spawn_process_detached()
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dgpgme-tool.c77 int out_of_core; member
84 #define is_membuf_ready(a) ((a)->buf || (a)->out_of_core)
93 mb->out_of_core = 0; in init_membuf()
96 mb->out_of_core = errno; in init_membuf()
109 if (mb->out_of_core)
124 if (mb->out_of_core || !len) in put_membuf()
135 mb->out_of_core = errno ? errno : ENOMEM; in put_membuf()
159 if (mb->out_of_core) in get_membuf()
166 gpg_err_set_errno (mb->out_of_core); in get_membuf()
189 if (mb->out_of_core)
[all …]

123