Searched defs:nfa_array (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.c44 nfa_node **nfa_array = NULL;/* root of binary tree that stores nfa array */ variable
808 static int nfa_size=0; /* elements nfa_array[] can hold */
813 if (!nfa_array){
816 nfa_array=(nfa_node **) malloc(sizeof(nfa_node*)*
821 nfa_array=(nfa_node **) realloc(nfa_array,
827 nfa_array[nfa_allocated] = t;

Completed in 32 milliseconds