Lines Matching refs:unique_identifier

60   data->unique_identifier = ++my_current_text_id;  in create_espeak_text()
70 SHOW("ET_TEXT malloc text=%x, command=%x (uid=%d)\n", a_text, a_command, data->unique_identifier); in create_espeak_text()
94 t_espeak_command* create_espeak_terminated_msg(unsigned int unique_identifier, void* user_data) in create_espeak_terminated_msg() argument
109 data->unique_identifier = unique_identifier; in create_espeak_terminated_msg()
113 …SHOW("ET_TERMINATED_MSG command=%x (uid=%d, user_data=0x%x)\n", a_command, unique_identifier, (int… in create_espeak_terminated_msg()
161 data->unique_identifier = ++my_current_text_id; in create_espeak_mark()
188 SHOW("ET_MARK malloc text=%x, command=%x (uid=%d)\n", a_text, a_command, data->unique_identifier); in create_espeak_mark()
209 a_command->u.my_key.unique_identifier = ++my_current_text_id; in create_espeak_key()
241 a_command->u.my_char.unique_identifier = ++my_current_text_id; in create_espeak_char()
437 …%x, uid=%d\n", the_command->u.my_text.text, the_command, the_command->u.my_text.unique_identifier); in delete_espeak_command()
463 …and > ET_TERMINATED_MSG callback (command=0x%x, uid=%d) \n", the_command, data->unique_identifier); in delete_espeak_command()
464 sync_espeak_terminated_msg( data->unique_identifier, data->user_data); in delete_espeak_command()
545 sync_espeak_Synth( data->unique_identifier, data->text, data->size, in process_espeak_command()
554 sync_espeak_Synth_Mark( data->unique_identifier, data->text, data->size, in process_espeak_command()
563 sync_espeak_terminated_msg( data->unique_identifier, data->user_data); in process_espeak_command()
635 …and > (0x%x) uid=%d, TEXT=%s, user_data=0x%x\n", the_command, data->unique_identifier, (char*)data… in display_espeak_command()
642 …and > (0x%x) uid=%d, MARK=%s, user_data=0x%x\n", the_command, data->unique_identifier, (char*)data… in display_espeak_command()
658 the_command, data->unique_identifier, data->user_data, in display_espeak_command()