lib/snofsig.c File Reference

#include "common.h"
#include "snofmake.h"

Include dependency graph for snofsig.c:

Go to the source code of this file.

Functions

void snofSignature (char **rSig, int *rSigSize)
boolean isSnofSig (void *sig)

Variables

static char const rcsid [] = "$Id: snofsig.c,v 1.4 2003/05/06 07:33:44 kate Exp $"
static int ixSig [4] = {0x693F8ED1, 0x7EDA1C32, 0x4BA58983, 0x277CB89C,}


Function Documentation

boolean isSnofSig ( void *  sig  ) 

Definition at line 20 of file snofsig.c.

References ixSig.

Referenced by makeSnofName(), and snofOpen().

00022 {
00023 return memcmp(sig, ixSig, sizeof(ixSig)) == 0;
00024 }

Here is the caller graph for this function:

void snofSignature ( char **  rSig,
int *  rSigSize 
)

Definition at line 13 of file snofsig.c.

References ixSig.

Referenced by makeIndex().

00015 {
00016 *rSig = (char *)ixSig;
00017 *rSigSize = sizeof(ixSig);
00018 }

Here is the caller graph for this function:


Variable Documentation

int ixSig[4] = {0x693F8ED1, 0x7EDA1C32, 0x4BA58983, 0x277CB89C,} [static]

Definition at line 11 of file snofsig.c.

Referenced by isSnofSig(), and snofSignature().

char const rcsid[] = "$Id: snofsig.c,v 1.4 2003/05/06 07:33:44 kate Exp $" [static]

Definition at line 9 of file snofsig.c.


Generated on Tue Dec 25 20:17:03 2007 for blat by  doxygen 1.5.2