Home
last modified time | relevance | path

Searched refs:SOLibraryConfig (Results 1 – 4 of 4) sorted by relevance

/RevoEX-2.1/include/revolution/
Dso.h180 typedef struct SOLibraryConfig struct
185 } SOLibraryConfig; argument
192 int SOInit ( SOLibraryConfig* config );
/RevoEX-2.1/build/demos/share/include/rexdemo/
Dheap.h38 SOLibraryConfig* REXDEMOGetSOLibConfig( void );
/RevoEX-2.1/build/demos/share/src/
Dheap.c136 SOLibraryConfig*
139 static SOLibraryConfig libConfig = { REXDEMOAllocForSocket, REXDEMOFreeForSocket }; in REXDEMOGetSOLibConfig()
/RevoEX-2.1/build/demos/netdemo/src/
Dsostartup.c361 SOLibraryConfig libConfig = { AllocForSocket, FreeForSocket }; in InitNetwork()