HomeSort by: relevance | last modified time | path
    Searched refs:Hooks (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/xorg/lib/libXt/
Makefile 15 GetValues.c HookObj.c Hooks.c Initialize.c Intrinsic.c \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
demangle.d 29 // supported hooks
34 private struct Demangle(Hooks = NoHooks)
81 Hooks hooks;
584 static if (__traits(hasMember, Hooks, "parseLName"))
585 if (hooks.parseLName(this))
829 static if (__traits(hasMember, Hooks, "parseType"))
830 if (auto n = hooks.parseType(this, name))
2292 d.hooks = PrependHooks();
2297 if (d.hooks.lastpos < d.pos
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 91 # A set of hooks that is affected by with() and may be used in diverse places.
92 # All hooks are expected to be CODE references.
93 my %hooks = (
486 $r = $hooks{exit_checker}->($e);
685 C<with> will temporarily install hooks given by the HASHREF and then execute
686 the given CODEREF. Hooks are usually expected to have a coderef as value.
713 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
714 $hooks{$_} = $opts{$_};
720 $hooks{$_} = $saved_hooks{$_}
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm 96 # A set of hooks that is affected by with() and may be used in diverse places.
97 # All hooks are expected to be CODE references.
98 my %hooks = (
492 $r = $hooks{exit_checker}->($e);
758 C<with> will temporarily install hooks given by the HASHREF and then execute
759 the given CODEREF. Hooks are usually expected to have a coderef as value.
786 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
787 $hooks{$_} = $opts{$_};
793 $hooks{$_} = $saved_hooks{$_}
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Test.pm 95 # A set of hooks that is affected by with() and may be used in diverse places.
96 # All hooks are expected to be CODE references.
97 my %hooks = (
491 $r = $hooks{exit_checker}->($e);
732 C<with> will temporarily install hooks given by the HASHREF and then execute
733 the given CODEREF. Hooks are usually expected to have a coderef as value.
760 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
761 $hooks{$_} = $opts{$_};
767 $hooks{$_} = $saved_hooks{$_}
    [all...]

Completed in 25 milliseconds