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

/openjdk7/jdk/src/solaris/npt/
H A Dnpt_md.h39 #define NPT_INITIALIZE(path,pnpt,version,options) \
44 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
45 *(pnpt) = NULL; \
50 ((NptInitialize)_sym)((pnpt), version, (options)); \
51 if ( (*(pnpt)) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \
52 (*(pnpt))->libhandle = _handle; \
/openjdk7/jdk/src/windows/npt/
H A Dnpt_md.h38 #define NPT_INITIALIZE(path,pnpt,version,options) \
43 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
44 *(pnpt) = NULL; \
49 ((NptInitialize)_sym)((pnpt), version, (options)); \
50 if ( *(pnpt) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \
51 (*(pnpt))->libhandle = _handle; \
/openjdk7/jdk/src/share/npt/
H A Dnpt.c46 nptInitialize(NptEnv **pnpt, char *nptVersion, char *options) argument
50 (*pnpt) = NULL;
78 (*pnpt) = npt;
H A Dnpt.h96 (NptEnv **pnpt, char *nptVersion, char *options);
98 (NptEnv **pnpt, char *nptVersion, char *options);

Completed in 30 milliseconds