Searched refs:descpos (Results 1 – 1 of 1) sorted by relevance
124 static void test_ignore_opts(uint8_t *descoption, int *descpos, int *desclen) { in test_ignore_opts() argument125 assert_se(*descpos >= 0); in test_ignore_opts()127 while (*descpos < *desclen) { in test_ignore_opts()128 switch (descoption[*descpos]) { in test_ignore_opts()130 *descpos += 1; in test_ignore_opts()135 *descpos += 3; in test_ignore_opts()147 int *desclen = NULL, *descpos = NULL; in test_options_cb() local166 descpos = &desc->pos; in test_options_cb()170 descpos = &desc->filepos; in test_options_cb()174 descpos = &desc->snamepos; in test_options_cb()[all …]