view release on metacpan or search on metacpan
lib/Convert/Pheno/Utils/Default.pm view on Meta::CPAN
view all matches for this distribution
3132333435363738394041};
# Lock the hash recursively to make it read-only
lock_hash_recurse(
%DEFAULT
);
# Function to get a reference to the locked default values
sub
get_defaults {
return
\
%DEFAULT
;
}
1;
view release on metacpan or search on metacpan
uulib/config.h.in view on Meta::CPAN
view all matches for this distribution
59606162636465666768*
if
you don't have these functions
*/
#undef strerror
#undef tempnam
/* Define
if
you have the fgetc_unlocked function. */
#undef HAVE_FGETC_UNLOCKED
/* Define
if
you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
view release on metacpan or search on metacpan
lib/Convos.pm view on Meta::CPAN
view all matches for this distribution
408409410411412413414415416417418419420421422423
$redis
->lrange(
'convos:secrets'
, 0, -1,
$delay
->begin);
$redis
->getset(
'convos:secrets:lock'
=> 1,
$delay
->begin);
$redis
->expire(
'convos:secrets:lock'
=> 5);
},
sub
{
my
(
$delay
,
$secrets
,
$locked
) =
@_
;
$secrets
||=
$self
->config->{secrets};
return
$self
->app->secrets(
$secrets
)
if
$secrets
and
@$secrets
;
return
$self
->_set_secrets
if
$locked
;
$secrets
= [md5_sum
rand
. $$ .
time
];
$self
->app->secrets(
$secrets
);
$redis
->lpush(
'convos:secrets'
,
$secrets
->[0]);
$redis
->del(
'convos:secrets:lock'
);
},
view release on metacpan or search on metacpan
view all matches for this distribution
147148149150151152153154155156157158159160161162163164
}
$DBH
}
=item $bool = Coro::Mysql::is_unblocked $DBH
Returns true iff the database handle was successfully patched for
non-blocking operations.
=cut
sub
is_unblocked {
my
(
$DBH
) =
@_
;
if
(
$DBH
) {
my
$mariadb
=
$DBH
->{Driver}{Name} eq
"MariaDB"
;
if
(
$mariadb
or
$DBH
->{Driver}{Name} eq
"mysql"
) {
view release on metacpan or search on metacpan
1718192021222324252627282930
"3\n"
;
cede;
# and again
# use locking
my
$lock
= new Coro::Semaphore;
my
$locked
;
$lock
->down;
$locked
= 1;
$lock
->up;
=head1 DESCRIPTION
For a tutorial-style introduction, please read the L<Coro::Intro>
590591592593594595596597598599600=item Coro::on_enter BLOCK, Coro::on_leave BLOCK
These function install enter and leave winders in the current scope. The
enter block will be executed when on_enter is called and whenever the
current coro is re-entered by the scheduler, while the leave block is
executed whenever the current coro is blocked by the scheduler, and
also when the containing scope is exited (by whatever means, be it exit,
die, last etc.).
I<Neither invoking the scheduler, nor exceptions, are allowed within those
BLOCKs>. That means: do not even think about calling C<die> without an
view all matches for this distribution
10231024102510261027102810291030103110321033103410351036The reason this function
exists
is that many event libraries (such as
the venerable L<Event|Event> module) are not thread-safe (a weaker form
of reentrancy). This means you must not block within event callbacks,
otherwise you might suffer from crashes or worse. The only event library
you might still run into deadlocks
if
all event loops are blocked).
Coro will
try
to
catch
you
when
you block in the event loop
(
"FATAL: $Coro::idle blocked itself"
), but this is just best effort and
only works
when
you
do
not run your own event loop.
This function allows your callbacks to block by executing them in another
coro where it is safe to block. One example where blocking is handy
view release on metacpan or search on metacpan
lib/Corona.pm view on Meta::CPAN
view all matches for this distribution
1819202122232425262728Corona is a Coro based Plack web server. It uses L<Net::Server::Coro>
under the hood, which means we have coroutines (threads)
for
each
socket
, active connections and a main loop.
Because it's Coro based your web application can actually block
with
I/O
wait
as long as it yields
when
being blocked, to the other
coroutine either explicitly
with
C<cede> or automatically (via Coro::*
magic).
# your web application
view release on metacpan or search on metacpan
lib/Couchbase/Test/ClientSync.pm view on Meta::CPAN
view all matches for this distribution
273274275276277278279280281282283284285286287288289290my
$doc
= Couchbase::Document->new(
"GETL"
,
"value"
);
$o
->remove(
$doc
);
# Ensure it's gone
$o
->insert(
$doc
);
ok(
$o
->get_and_lock(
$doc
, {
lock_duration
=>10}),
"Locked OK"
);
ok(
$o
->unlock(
$doc
),
"Unlocked OK"
);
#ok($o->unlock($doc), "Unlock again fails");
#
#print Dumper($doc);
#
#is(COUCHBASE_ETMPFAIL, $doc->errnum, "Temporary failure returned for re-locking");
# Unlock while locked, but with bad CAS
my
$doc2
=
$doc
->copy();
ok(
$o
->get_and_lock(
$doc2
, {
lock_duration
=>10}));
$doc
->_cas(0xdeadbeef);
ok((!
$o
->unlock(
$doc
)),
"Can't unlock with stale CAS"
);
view release on metacpan or search on metacpan
lib/Courier/Filter/Module/SPFout.pm view on Meta::CPAN
view all matches for this distribution
101102103104105106107108109110=item B<trusting>
I<Disabled>. Since I<outbound> SPF checking, as opposed to I<inbound> SPF
checking, is applied to trusted (authenticated) messages only, setting this
module to be B<trusting> does not make sense. This property is thus locked to
B<false>. Also see the description of
L<< Courier::Message's C<trusted> property | Courier::Message/trusted >>.
=item B<match_on>
view release on metacpan or search on metacpan
t/data/stress-test/mbox_mime_virus-mcgraw-hill.txt view on Meta::CPAN
view all matches for this distribution
34353637383940414243We have received a message
with
your e-mail address (tomcat-user
@jakarta
.apache.org) as the sender,
with
the following as the Subject:
"TEST"
.
Due to security standards maintained on the McGraw-Hill corporate network, one or more of the attachments contained in your
message fall into the category of files that could potentially contain harmful or malicious coding such as viruses. Therefore
the entire message was blocked and NOT delivered.
If you are in fact the sender of this message, please contact the intended recipient(s):
stan
@mcgrawhill
.ca to make alternate arrangements
for
delivering the attachments. If you did NOT
send
the message,
no
further action is required on your part.
view release on metacpan or search on metacpan
t/12_blessed.t view on Meta::CPAN
view all matches for this distribution
19202122232425262728293031323334353637my
$o5
=
bless
\(
my
$dummy4
=
""
),
"Verbatim"
;
# with stringification empty string result
if
(
eval
'require Hash::Util'
) {
if
(
$Hash::Util::VERSION
> 0.05) {
Hash::Util::lock_ref_keys(
$o1
);
"# blessed hash is locked\n"
;
}
else
{
Hash::Util::lock_hash(
$o1
);
"# hash is locked\n"
;
}
}
else
{
"# locked hashes are not supported\n"
;
};
my
$js
= Cpanel::JSON::XS->new;
eval
{
$js
->encode (
$o1
) }; ok ($@ =~ /allow_blessed/,
'error no allow_blessed'
);
view release on metacpan or search on metacpan
include/cryptoki/pkcs11t.h view on Meta::CPAN
229230231232233234235236237238239240241242243* incorrect user login PIN
has
been entered at least once
* since the
last
successful authentication. */
#define CKF_USER_PIN_COUNT_LOW 0x00010000
/* CKF_USER_PIN_FINAL_TRY
if
new
for
v2.10. If it is true,
* supplying an incorrect user PIN will it to become locked. */
#define CKF_USER_PIN_FINAL_TRY 0x00020000
/* CKF_USER_PIN_LOCKED
if
new
for
v2.10. If it is true, the
* user PIN
has
been locked. User login to the token is not
* possible. */
#define CKF_USER_PIN_LOCKED 0x00040000
/* CKF_USER_PIN_TO_BE_CHANGED
if
new
for
v2.10. If it is true,
* the user PIN value is the
default
value set by token
include/cryptoki/pkcs11t.h view on Meta::CPAN
view all matches for this distribution
249250251252253254255256257258259260261262263* incorrect SO login PIN
has
been entered at least once since
* the
last
successful authentication. */
#define CKF_SO_PIN_COUNT_LOW 0x00100000
/* CKF_SO_PIN_FINAL_TRY
if
new
for
v2.10. If it is true,
* supplying an incorrect SO PIN will it to become locked. */
#define CKF_SO_PIN_FINAL_TRY 0x00200000
/* CKF_SO_PIN_LOCKED
if
new
for
v2.10. If it is true, the SO
* PIN
has
been locked. SO login to the token is not possible.
*/
#define CKF_SO_PIN_LOCKED 0x00400000
/* CKF_SO_PIN_TO_BE_CHANGED
if
new
for
v2.10. If it is true,
* the SO PIN value is the
default
value set by token
view release on metacpan or search on metacpan
lib/Crypt/Diceware/Wordlist/Common.pm view on Meta::CPAN
view all matches for this distribution
302303304305306307308309310311312financier finery finesse finger finish finisher finite fireman fireplace
fires firm first fiscal fishbone fishery fishes fissure fisting fit fitful
fitted fix fixes fixture fizzles fjord flag flagpole flagrant flags flame
flamed flanker flare flared flash flasher flatboat flaunted flavor flawless
fleck flection fledged fledgling fleece fleeting fleshing flexible flicked
flicks flimsy flippant flirts flit floating flocked floe flogged floods
floozie flora floral florid florist flout flowing flu fluctuate flue fluent
fluential fluffier fluidly fluke flunk flush fluted flutist flux fly flyer
focal focally focus foe fog foggy foible foist folds foliage folic folio
fond fondle fondly fondness foolery foolishly foolproof footed foothill
footless footloose footprint footrest foppery foppish foray forby forces
view release on metacpan or search on metacpan
include/pkcs11t.h view on Meta::CPAN
203204205206207208209210211212213214215216217218* since the
last
successful authentication.
*/
#define CKF_USER_PIN_COUNT_LOW 0x00010000UL
/* CKF_USER_PIN_FINAL_TRY. If it is true,
* supplying an incorrect user PIN will it to become locked.
*/
#define CKF_USER_PIN_FINAL_TRY 0x00020000UL
/* CKF_USER_PIN_LOCKED. If it is true, the
* user PIN
has
been locked. User login to the token is not
* possible.
*/
#define CKF_USER_PIN_LOCKED 0x00040000UL
/* CKF_USER_PIN_TO_BE_CHANGED. If it is true,
include/pkcs11t.h view on Meta::CPAN
view all matches for this distribution
227228229230231232233234235236237238239240241242* the
last
successful authentication.
*/
#define CKF_SO_PIN_COUNT_LOW 0x00100000UL
/* CKF_SO_PIN_FINAL_TRY. If it is true,
* supplying an incorrect SO PIN will it to become locked.
*/
#define CKF_SO_PIN_FINAL_TRY 0x00200000UL
/* CKF_SO_PIN_LOCKED. If it is true, the SO
* PIN
has
been locked. SO login to the token is not possible.
*/
#define CKF_SO_PIN_LOCKED 0x00400000UL
/* CKF_SO_PIN_TO_BE_CHANGED. If it is true,
* the SO PIN value is the
default
value set by token
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78257826782778287829783078317832783378347835putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
lib/Crypt/NaCl/Sodium.pm view on Meta::CPAN
view all matches for this distribution
495496497498499500501502503504505506
$Data::BytesLocker::DEFAULT_LOCKED
= 1;
By
default
all
values
returned from the provided methods are
unlocked L<Data::BytesLocker> objects. If this variable is set to true then
L<Data::BytesLocker/
"unlock"
>
before
accessing.
=head1 SEE ALSO
=over 4
view release on metacpan or search on metacpan
lib/Crypt/OpenPGP.pm view on Meta::CPAN
11081109111011111112111311141115111611171118Encrypts a block of data. The encryption is actually done
with
a symmetric
cipher; the key
for
the symmetric cipher is then encrypted
with
either
the public key of the recipient or using a passphrase that you enter. The
former case is using public-key cryptography, the latter, standard
symmetric ciphers. In the first case, the session key can only be
unlocked by someone
with
the corresponding secret key; in the second, it
can only be unlocked by someone who knows the passphrase.
Given the parameter I<SignKeyID> (see below), I<encrypt> will first sign
the message
before
encrypting it, adding a Signature packet to the
encrypted plaintext.
lib/Crypt/OpenPGP.pm view on Meta::CPAN
view all matches for this distribution
1614161516161617161816191620162116221623This is a required argument.
=item * Passphrase
String with which the secret key will be encrypted. When read in from
disk, the key can then only be unlocked using this string.
This is a required argument.
=item * Version
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78267827782878297830783178327833783478357836putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78247825782678277828782978307831783278337834putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78267827782878297830783178327833783478357836putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78267827782878297830783178327833783478357836putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78267827782878297830783178327833783478357836putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
29492950295129522953295429552956295729582959get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
66746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000|5.006000|n
PERL_MULTICONCAT_HEADER_SIZE|5.027006||Viu
view all matches for this distribution
78267827782878297830783178327833783478357836putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
24932494249524962497249824992500250125022503get_av|5.006000|5.003007|p
getc
|5.003007||Viu
get_c_backtrace|5.021001||Vi
get_c_backtrace_dump|5.021001||V
get_context|5.006000|5.006000|nu
getc_unlocked|5.003007||Viu
get_cv|5.006000|5.003007|p
get_cvn_flags|5.009005|5.003007|p
get_cvs|5.011000|5.003007|p
getcwd_sv|5.007002|5.007002|
get_db_sub|||iu
59085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933PERL_MALLOC_WRAP|5.009002|5.009002|Vn
PerlMem_calloc|5.006000||Viu
PerlMem_free|5.005000||Viu
PerlMem_free_lock|5.006000||Viu
PerlMem_get_lock|5.006000||Viu
PerlMem_is_locked|5.006000||Viu
PerlMem_malloc|5.005000||Viu
PERL_MEMORY_DEBUG_HEADER_SIZE|5.019009||Viu
PerlMemParse_calloc|5.006000||Viu
PerlMemParse_free|5.006000||Viu
PerlMemParse_free_lock|5.006000||Viu
PerlMemParse_get_lock|5.006000||Viu
PerlMemParse_is_locked|5.006000||Viu
PerlMemParse_malloc|5.006000||Viu
PerlMemParse_realloc|5.006000||Viu
PerlMem_realloc|5.005000||Viu
PerlMemShared_calloc|5.006000||Viu
PerlMemShared_free|5.006000||Viu
PerlMemShared_free_lock|5.006000||Viu
PerlMemShared_get_lock|5.006000||Viu
PerlMemShared_is_locked|5.006000||Viu
PerlMemShared_malloc|5.006000||Viu
PerlMemShared_realloc|5.006000||Viu
Perl_mfree|5.006000||Viu
PERL_MG_UFUNC|5.007001||Viu
Perl_modf|5.006000||Viu
view all matches for this distribution
70027003700470057006700770087009701070117012putc|5.003007||Viu
put_charclass_bitmap_innards|5.021004||Viu
put_charclass_bitmap_innards_common|5.023008||Viu
put_charclass_bitmap_innards_invlist|5.023008||Viu
put_code_point|5.021004||Viu
putc_unlocked|5.003007||Viu
putenv|5.005000||Viu
put_range|5.019009||Viu
putw|5.003007||Viu
pv_display|5.006000|5.003007|p
pv_escape|5.009004|5.003007|p
view release on metacpan or search on metacpan
lib/Crypt/PKCS11/Easy.pm view on Meta::CPAN
view all matches for this distribution
129130131132133134135136137138139140{
token
=> [
qw/rng write_protected login_required user_pin_initialized
restore_key_not_needed clock_on_token protected_authentication_path
dual_crypto_operations token_initialized secondary_authentication
user_pin_count_low user_pin_final_try user_pin_locked so_pin_count_low
user_pin_to_be_changed so_pin_final_try so_pin_locked so_pin_to_be_changed
error_state
/
],
mechanism
=> [
qw/hw encrypt decrypt digest sign sign_recover verify verify_recover generate generate_key_pair wrap unwrap derive extension/
view release on metacpan or search on metacpan
215216217218219220221222223224225226227228229* incorrect user login PIN
has
been entered at least once
* since the
last
successful authentication. */
#define CKF_USER_PIN_COUNT_LOW 0x00010000
/* CKF_USER_PIN_FINAL_TRY. If it is true,
* supplying an incorrect user PIN will it to become locked. */
#define CKF_USER_PIN_FINAL_TRY 0x00020000
/* CKF_USER_PIN_LOCKED. If it is true, the
* user PIN
has
been locked. User login to the token is not
* possible. */
#define CKF_USER_PIN_LOCKED 0x00040000
/* CKF_USER_PIN_TO_BE_CHANGED. If it is true,
* the user PIN value is the
default
value set by token
view all matches for this distribution
235236237238239240241242243244245246247248249* incorrect SO login PIN
has
been entered at least once since
* the
last
successful authentication. */
#define CKF_SO_PIN_COUNT_LOW 0x00100000
/* CKF_SO_PIN_FINAL_TRY. If it is true,
* supplying an incorrect SO PIN will it to become locked. */
#define CKF_SO_PIN_FINAL_TRY 0x00200000
/* CKF_SO_PIN_LOCKED
if
new
for
v2.10. If it is true, the SO
* PIN
has
been locked. SO login to the token is not possible.
*/
#define CKF_SO_PIN_LOCKED 0x00400000
/* CKF_SO_PIN_TO_BE_CHANGED. If it is true,
* the SO PIN value is the
default
value set by token
view release on metacpan or search on metacpan
librhash/util.h view on Meta::CPAN
view all matches for this distribution
1718192021222324252627/* atomic operations are
defined
by ICC and GCC >= 4.1, but by the later one supposedly not
for
ARM */
# define atomic_compare_and_swap(ptr, oldval, newval) __sync_val_compare_and_swap(ptr, oldval, newval)
#elif defined(_MSC_VER)
# include <windows.h>
# define atomic_compare_and_swap(ptr, oldval, newval) InterlockedCompareExchange(ptr, newval, oldval)
#elif defined(__sun)
# include <atomic.h>
# define atomic_compare_and_swap(ptr, oldval, newval) atomic_cas_32(ptr, oldval, newval)
#else
/* pray that it will work */
view release on metacpan or search on metacpan
t/dev_random.t view on Meta::CPAN
view all matches for this distribution
3132333435363738394041
cmp_ok(
length
(
$buf
),
'<='
, 100,
"got up to 100 bytes"
);
# this test should fail around every few universes or so ;-)
cmp_ok(
$buf
,
'ne'
,
$p
->get(
length
(
$buf
)),
"random data differs"
);
}
else
{
ok( $!{EWOULDBLOCK} || $!{EAGAIN},
"would have blocked"
)
or diag
"errno is $! ("
. ($! + 0) .
')'
;
}
can_ok(
$p
,
"seed"
);
}
view release on metacpan or search on metacpan
librhash/util.h view on Meta::CPAN
view all matches for this distribution
1213141516171819202122/* atomic operations are
defined
by ICC and GCC >= 4.1, but by the later one supposedly not
for
ARM */
# define atomic_compare_and_swap(ptr, oldval, newval) __sync_val_compare_and_swap(ptr, oldval, newval)
#elif defined(_MSC_VER)
# include <windows.h>
# define atomic_compare_and_swap(ptr, oldval, newval) InterlockedCompareExchange(ptr, newval, oldval)
#elif defined(__sun)
# include <atomic.h>
# define atomic_compare_and_swap(ptr, oldval, newval) atomic_cas_32(ptr, oldval, newval)
#else
/* pray that it will work */
view release on metacpan or search on metacpan
src/build-aux/ltmain.sh view on Meta::CPAN
view all matches for this distribution
14321433143414351436143714381439144014411442fi
$opt_dry_run
|| {
func_write_libtool_object
"$libobj"
"$objdir/$objname"
"$objname"
# Unlock the critical section if it was locked
if
test
"$need_locks"
!=
no
; then
removelist=
$lockfile
$RM
"$lockfile"
fi
}
view release on metacpan or search on metacpan
lib/Crypt/XkcdPassword/Words/EN.pm view on Meta::CPAN
14511452145314541455145614571458145914601461dropped
butt
credit
obvious
cry
locked
larry
loving
positive
nuts
agreed
lib/Crypt/XkcdPassword/Words/EN.pm view on Meta::CPAN
view all matches for this distribution
59455946594759485949595059515952595359545955correctly
complaint
chickens
charlotte
caitlin
blocked
trophy
tortured
structure
rot
risking