Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c108 if (work->is_changing || in WFSi_WBTCallback()
111 work->is_changing = TRUE; in WFSi_WBTCallback()
298 if (context->is_changing && !context->use_bitmap) in WFS_CallServerPacketSendHook()
301 context->is_changing = FALSE; in WFS_CallServerPacketSendHook()
455 context->is_changing = FALSE; in WFS_InitServer()
561 context->is_changing = TRUE; in WFS_SetServerPacketLength()
/TwlSDK-5.4/include/nitro/wfs/
Dserver.h89 BOOL is_changing; /* Flag indicating change is expected */ member