Home
last modified time | relevance | path

Searched refs:NULL_INTPTR_T (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_windirent.h97 #ifndef NULL_INTPTR_T
98 # define NULL_INTPTR_T ((intptr_t)(0)) macro
H A Dtest_windirent.c183 if( dirp->d_handle!=NULL_INTPTR_T && dirp->d_handle!=BAD_INTPTR_T ){ in closedir()