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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-local.c260 if( opt_tv != NULL ) timeout = TV2MILLISEC( &tv );
H A Dldap-int.h54 #undef TV2MILLISEC macro
55 #define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000)) macro
H A Dos-ip.c307 timeout = TV2MILLISEC( tvp );
1426 int to = timeout ? TV2MILLISEC( timeout ) : INFTIM;

Completed in 183 milliseconds