Lines Matching refs:listState
38 * that has DLM-specific data, the data represents the listState
49 CRDLMContextState *listState = (CRDLMContextState *)tsd;
51 if (listState) {
52 if (listState->currentListInfo) {
53 crdlm_free_list(listState->currentListInfo);
56 crFree(listState);
273 CRDLMContextState *listState = CURRENT_STATE();
276 if (listState == state) {
336 CRDLMContextState *listState = CURRENT_STATE();
337 if (listState) {
338 return listState->replayState;
371 CRDLMContextState *listState = CURRENT_STATE();
372 if (listState) {
373 CRDLMReplayState oldReplayState = listState->replayState;
374 listState->replayState = CRDLM_REPLAY_ALL_FUNCTIONS;
375 crDLMReplayDLMList(listState->dlm, listIdentifier, dispatchTable);
376 listState->replayState = oldReplayState;
404 CRDLMContextState *listState = CURRENT_STATE();
405 if (listState) {
406 CRDLMReplayState oldReplayState = listState->replayState;
407 listState->replayState = CRDLM_REPLAY_STATE_FUNCTIONS;
408 crDLMReplayDLMListState(listState->dlm, listIdentifier, dispatchTable);
409 listState->replayState = oldReplayState;
437 CRDLMContextState *listState = CURRENT_STATE();
443 listId = listState->listBase + (unsigned long) (REFERENCE);\
457 CRDLMContextState *listState = CURRENT_STATE();
458 if (listState) {
459 crDLMReplayDLMLists(listState->dlm, n, type, lists, dispatchTable);
466 CRDLMContextState *listState = CURRENT_STATE();
472 listId = listState->listBase + (unsigned long) (REFERENCE);\
486 CRDLMContextState *listState = CURRENT_STATE();
487 if (listState) {
488 crDLMReplayDLMListsState(listState->dlm, n, type, lists, dispatchTable);
525 CRDLMContextState *listState = CURRENT_STATE();
526 if (listState) {
527 crDLMSendDLMList(listState->dlm, listIdentifier, dispatchTable);
558 CRDLMContextState *listState = CURRENT_STATE();
559 if (listState) {
560 crDLMSendAllDLMLists(listState->dlm, dispatchTable);
631 CRDLMContextState *listState = CURRENT_STATE();
632 if (listState) {
633 return crDLMGetDLMBounds(listState->dlm, listIdentifier, bounds);
652 CRDLMContextState *listState = CURRENT_STATE();
654 crHashtableReplace(listState->dlm->displayLists,
671 CRDLMContextState *listState = CURRENT_STATE();
672 if (listState) {
673 crDLMSetDLMBounds(listState->dlm, listIdentifier,
693 CRDLMContextState *listState = CURRENT_STATE();
694 if (listState) {
695 return crDLMListHasDLMBounds(listState->dlm, listIdentifier);
706 CRDLMContextState *listState = CURRENT_STATE();
707 return listState ? listState->currentListIdentifier : 0;
718 CRDLMContextState *listState = CURRENT_STATE();
719 return listState ? listState->currentListMode : 0;