sqlp/alloc.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <grass/sqlp.h>

Include dependency graph for sqlp/alloc.c:

Go to the source code of this file.

Functions

SQLPSTMT * sqpInitStmt (void)
int sqpAllocCol (SQLPSTMT *st, int n)
int sqpAllocVal (SQLPSTMT *st, int n)
int sqpFreeStmt (SQLPSTMT *st)


Function Documentation

int sqpAllocCol ( SQLPSTMT *  st,
int  n 
)

Definition at line 36 of file sqlp/alloc.c.

Referenced by sqpAssignment(), sqpColumn(), sqpColumnDef(), and sqpValue().

int sqpAllocVal ( SQLPSTMT *  st,
int  n 
)

Definition at line 59 of file sqlp/alloc.c.

Referenced by sqpAssignment(), and sqpValue().

int sqpFreeStmt ( SQLPSTMT *  st  ) 

Definition at line 79 of file sqlp/alloc.c.

References sqpFreeNode().

Referenced by main().

SQLPSTMT* sqpInitStmt ( void   ) 

Definition at line 26 of file sqlp/alloc.c.

Referenced by main().


Generated on Sun Apr 6 17:31:40 2008 for GRASS by  doxygen 1.5.5