Searched refs:script_args (Results 1 – 1 of 1) sorted by relevance
46 char* script_args; member113 free(lp->script_args); in launchpad_destroy()655 if (lp->script_args != NULL) { in launchpad_file_load()656 free(lp->script_args); in launchpad_file_load()657 lp->script_args = NULL; in launchpad_file_load()733 if (lp->script_args != NULL) { in launchpad_file_load()734 memcpy(&new_buf[new_args_len], lp->script_args, in launchpad_file_load()736 free(lp->script_args); in launchpad_file_load()739 lp->script_args = new_buf; in launchpad_file_load()884 memcpy(script_args_start, lp->script_args, lp->script_args_len); in build_message()
Completed in 6 milliseconds