'LibPst'
getidblock.c File Reference
#include "define.h"
Include dependency graph for getidblock.c:

Go to the source code of this file.

Functions

void usage ()
 
void dumper (uint64_t i_id)
 
void dump_desc (pst_desc_tree *ptr, pst_desc_tree *parent)
 
int main (int argc, char *const *argv)
 

Variables

int process = 0
 
int binary = 0
 
pst_file pstfile
 

Function Documentation

◆ dump_desc()

void dump_desc ( pst_desc_tree ptr,
pst_desc_tree parent 
)

Definition at line 67 of file getidblock.c.

References pst_desc_tree::assoc_tree, pst_desc_tree::child, pst_desc_tree::d_id, pst_desc_tree::desc, dumper(), pst_index_ll::i_id, pst_desc_tree::next, and pst_desc_tree::no_child.

Referenced by main().

Here is the call graph for this function:

◆ dumper()

void dumper ( uint64_t  i_id)

◆ main()

int main ( int  argc,
char *const *  argv 
)

◆ usage()

void usage ( void  )

Definition at line 9 of file getidblock.c.

Referenced by main().

Variable Documentation

◆ binary

int binary = 0

Definition at line 4 of file getidblock.c.

Referenced by dumper(), and main().

◆ process

void process = 0

Definition at line 4 of file getidblock.c.

Referenced by dumper(), and main().

◆ pstfile

pst_file pstfile

Definition at line 5 of file getidblock.c.

Referenced by dumper(), and main().