GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-a351e5eb69
db/sqlp/alloc.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <grass/sqlp.h>
Include dependency graph for db/sqlp/alloc.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ sqpAllocCol()

int sqpAllocCol ( SQLPSTMT st,
int  n 
)

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

References NULL, and st.

Referenced by sqpColumn().

◆ sqpAllocVal()

int sqpAllocVal ( SQLPSTMT st,
int  n 
)

Definition at line 57 of file db/sqlp/alloc.c.

References NULL, and st.

◆ sqpFreeStmt()

int sqpFreeStmt ( SQLPSTMT st)

Definition at line 75 of file db/sqlp/alloc.c.

References free(), sqpFreeNode(), and st.

◆ sqpInitStmt()

SQLPSTMT* sqpInitStmt ( void  )

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

References st.