Searched refs:acttab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c394 /********************** New code to implement the "acttab" module ***********/
403 typedef struct acttab acttab; typedef in typeref:struct:acttab
404 struct acttab { struct
428 /* Free all memory associated with the given acttab */
429 void acttab_free(acttab *p){
435 /* Allocate a new acttab structure */
436 acttab *acttab_alloc(void){
437 acttab *p = malloc( sizeof(*p) );
439 fprintf(stderr,"Unable to allocate memory for a new acttab
[all...]

Completed in 47 milliseconds