context            24 ext/digest/md5.h extern void   MD5Init(MD5_CTX *context);
context            25 ext/digest/md5.h extern void   MD5Update(MD5_CTX *context, unsigned char const *buf,
context            27 ext/digest/md5.h extern void   MD5Final(unsigned char digest[MD5_HASHBYTES], MD5_CTX *context);
context           418 gc/mark.c              struct _CONTEXT *context,
context           428 gc/mark.c                context->Esp = context->Ebp;
context           429 gc/mark.c                context->Ebp = *((DWORD *)context->Esp);
context           430 gc/mark.c                context->Esp = context->Esp - 8;
context           434 gc/mark.c                context->Eip = (DWORD )(xer->alt_path);
context          2436 gc/os_dep.c        void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
context          2438 gc/os_dep.c        void GC_write_fault_handler(sig, scp, context)
context          2441 gc/os_dep.c        void * context;
context          2596 gc/os_dep.c    		    (*(REAL_SIG_PF)old_handler) (sig, scp, context);
context          3619 gc/os_dep.c    static void GC_darwin_sigbus(int num,siginfo_t *sip,void *context) {
context           348 gc/win32_threads.c         CONTEXT context;
context           349 gc/win32_threads.c         context.ContextFlags = CONTEXT_INTEGER|CONTEXT_CONTROL;
context           350 gc/win32_threads.c         if (!GetThreadContext(thread_table[i].handle, &context))
context           356 gc/win32_threads.c #       define PUSH1(reg) GC_push_one((word)context.reg)
context           361 gc/win32_threads.c 	  sp = (ptr_t)context.Esp;
context           364 gc/win32_threads.c 	  sp = (ptr_t)context.Sp;
context           368 gc/win32_threads.c 	  sp = (ptr_t)context.R15;
context           374 gc/win32_threads.c 	  sp = (ptr_t)context.IntSp;
context           380 gc/win32_threads.c 	  sp = (ptr_t)context.Gpr1;
context           386 gc/win32_threads.c 	  sp = (ptr_t)context.IntSp;
context           450 src/gauche.h                                         ScmObj context);
context          2220 src/number.c   static ScmObj numread_error(const char *msg, struct numread_packet *context);
context          2673 src/number.c   static ScmObj numread_error(const char *msg, struct numread_packet *context)
context          2675 src/number.c       if (context->strict) {
context          2677 src/number.c                     Scm_MakeString(context->buffer, context->buflen,
context          2678 src/number.c                                    context->buflen, 0));