Searched refs:ThreadStartStruct (Results 1 – 6 of 6) sorted by relevance
466 if (ThreadStartStruct == NULL){ in CallUserCommand_StartThread()505 free(ThreadStartStruct); in CallUserCommand_StartThread()515 if (ThreadStartStruct == NULL || *ThreadStartStruct==NULL){ in CallUserCommand_StartThreadStructure_freeStruct()558 free (*ThreadStartStruct); in CallUserCommand_StartThreadStructure_freeStruct()559 *ThreadStartStruct = NULL; in CallUserCommand_StartThreadStructure_freeStruct()676 …if (ThreadStartStruct == NULL || ThreadStartStruct->OurUserDataListItem==NULL || ThreadStartStruct… in CallUserCommand_ParseCommand()750 …ThreadStartStruct, &(ThreadStartStruct->gstrParsedCommand), &(ThreadStartStruct->gstrQuitReplyText… in CallUserCommand_ParseCommand()786 if (ThreadStartStruct == NULL){ in CallUserCommand_CallToSystem()974 if (ThreadStartStruct == NULL){ in CallUserCommand_ProcessViaList()1209 commStru->ThreadStartStruct = ThreadStartStruct; in CallUserCommand_ProcessViaList()[all …]
176 if ( ThreadStartStruct == NULL){ in ParseXMLUserCommand_ButtonOk()195 if (ThreadStartStruct == NULL){ in ParseXMLUserCommand_ButtonCancel()214 if (ThreadStartStruct == NULL){ in ParseXMLUserCommand_ButtonCancelAll()239 if (ThreadStartStruct == NULL){ in ParseXMLUserCommand_CreateWidgetPrototypeForUserDialog_DeleteNotification()322 if (ThreadStartStruct == NULL){ in ParseXMLUserComman_ESCButtonHandlerForUserDialog()346 if (ThreadStartStruct == NULL){ in ParseXMLUserCommand_ShowDialogThread()350 … if (ThreadStartStruct->wdgtUserDialog == NULL || ThreadStartStruct->gcontDialogCondition == NULL){ in ParseXMLUserCommand_ShowDialogThread()367 if (ThreadStartStruct == NULL){ in ParseXMLUserCommand_EntryBoxActivate()590 ThreadStartStruct->iCancelAll = 2; in ParseXMLUserCommand_ParseDialog()787 …glistBuf = g_list_nth(ThreadStartStruct->glistItemsWithoutPath, ThreadStartStruct->uiCurrentPositi… in ParseXMLUserCommand_FillPredefineStruct()[all …]
290 if (commStru->ThreadStartStruct == NULL){ in ListWidget_continueButton()559 commStru->ThreadStartStruct = NULL; in ProcessItemsViaList()603 if (CommStru->ThreadStartStruct == NULL){ in CopyReSizeWidget_oneKeyPressedInView()646 if (CommStru->ThreadStartStruct != NULL){ in CopyReSizeWidget_deleteSelectedItems()664 if (CommStru->ThreadStartStruct != NULL){ in CopyReSizeWidget_deleteSelectedItems()683 glistBuf = CommStru->ThreadStartStruct->glistItemsWithPath; in CopyReSizeWidget_deleteSelectedItems()686 …CommStru->ThreadStartStruct->glistItemsWithPath = g_list_delete_link ( CommStru->ThreadStartStruc… in CopyReSizeWidget_deleteSelectedItems()687 glistBuf = CommStru->ThreadStartStruct->glistItemsWithPath; in CopyReSizeWidget_deleteSelectedItems()692 glistBuf = CommStru->ThreadStartStruct->glistItemsWithoutPath; in CopyReSizeWidget_deleteSelectedItems()695 …CommStru->ThreadStartStruct->glistItemsWithoutPath = g_list_delete_link ( CommStru->ThreadStartSt… in CopyReSizeWidget_deleteSelectedItems()[all …]
621 if (CommStru->ThreadStartStruct != NULL){ in DNDSignal_dragdatereceive_forCopyReMoveWidget()638 if (CommStru->ThreadStartStruct != NULL){ in DNDSignal_dragdatereceive_forCopyReMoveWidget()647 …CommStru->ThreadStartStruct->glistItemsWithPath = g_list_append (CommStru->ThreadStartStruct->glis… in DNDSignal_dragdatereceive_forCopyReMoveWidget()648 …CommStru->ThreadStartStruct->glistItemsWithoutPath = g_list_append (CommStru->ThreadStartStruct->g… in DNDSignal_dragdatereceive_forCopyReMoveWidget()649 …CommStru->ThreadStartStruct->uiSizeOfLists = g_list_length (CommStru->ThreadStartStruct->glistItem… in DNDSignal_dragdatereceive_forCopyReMoveWidget()666 if (CommStru->ThreadStartStruct == NULL){ in DNDSignal_dragdatereceive_forCopyReMoveWidget()
64 int ParseXMLUserCommand (struct _CallUserCommand_StartThreadStructure *ThreadStartStruct, GString *…
272 struct _CallUserCommand_StartThreadStructure *ThreadStartStruct; //for our UserCommandViaList member