pike.git
/
src
/
post_modules
/
Nettle
/
hash.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/hash.cmod:451:
THIS->meta = NULL; } /*! @class State *! *! Base class for hashing contexts. */ PIKECLASS State program_flags PROGRAM_USES_PARENT|PROGRAM_NEEDS_PARENT; {
+
DOCSTART() @decl inherit Hash::State
+
DOCEND()
EXTRA { /* Perform an inherit of the State class (if any) that our parent * may contain via its inherit of __builtin.Nettle.Hash. */ struct program *parent_prog = Pike_compiler->previous->new_program; struct object *parent_obj = Pike_compiler->previous->fake_object; int parent_State_fun_num = really_low_find_shared_string_identifier(MK_STRING("State"),