Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c1152 ** We need to define "NULL_INTPTR_T" and "BAD_INTPTR_T".
1155 #ifndef NULL_INTPTR_T
1156 # define NULL_INTPTR_T ((intptr_t)(0)) macro
1403 if( dirp->d_handle!=NULL_INTPTR_T && dirp->d_handle!=BAD_INTPTR_T ){ in closedir()

Completed in 53 milliseconds