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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dupnp.c54 unsigned int isMapped; member in struct:tr_upnp
75 assert( !handle->isMapped );
224 if( handle->isMapped && ( !isEnabled || ( handle->port != port ) ) )
228 if( isEnabled && handle->isMapped && doPortCheck )
234 handle->isMapped = false;
247 handle->isMapped = 0;
254 if( isEnabled && !handle->isMapped )
265 handle->isMapped = 0;
274 handle->isMapped = !err_tcp | !err_udp;
280 if( handle->isMapped )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_close.c58 if (isMapped(tif))
H A Dtif_read.c174 if (!isMapped(tif)) {
258 if (isMapped(tif) &&
373 if (!isMapped(tif)) {
455 if (isMapped(tif) &&
H A Dtiffiop.h166 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0) macro
H A Dtif_dirread.c135 if (!isMapped(tif)) {
743 if (!isMapped(tif)) {
H A Dtif_ojpeg.c2466 if (!isMapped(tif) && tif->tif_base) /* free whole-file buffer */
2491 if (!isMapped(tif))
H A Dtif_dir.c1181 if (isMapped(tif))

Completed in 70 milliseconds