#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "fret.h"
#include "scans_fill.h"
#include "common.h"
Include dependency graph for scans_fill.c:
Data Structures | |
struct | State |
Describes the internal state of a Scan. More... | |
Functions | |
bool | scanFill (const unsigned char *const pBuffer, const size_t length, void *const pState, Gram *const pGram) |
void * | newStateFill (void) |
Implements one Scan that looks for series of 1-byte fills within a data Buffer.
|
Creates a variable that holds the state of the Scan between calls. |
|
Function scans a buffer for a series of repeating bytes.
|