Lines Matching refs:first_max_command_size

503 int srec_test_get_five_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
512 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
516 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
520 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
524 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size,
528 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size,
533 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size + fifth_max_command_size;
540 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
548 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
556 *command_end = command_start + first_max_command_size + second_max_command_size;
564 *command_end = command_start + first_max_command_size;
581 int srec_test_get_four_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
589 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
593 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
597 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
601 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size,
606 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
613 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
621 *command_end = command_start + first_max_command_size + second_max_command_size;
629 *command_end = command_start + first_max_command_size;
646 int srec_test_get_three_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
653 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
657 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
661 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
666 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
673 *command_end = command_start + first_max_command_size + second_max_command_size;
681 *command_end = command_start + first_max_command_size;
698 int srec_test_get_two_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
704 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
708 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
713 *command_end = command_start + first_max_command_size + second_max_command_size;
720 *command_end = command_start + first_max_command_size;