Searched refs:desclen (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() argument127 while (*descpos < *desclen) { in test_ignore_opts()147 int *desclen = NULL, *descpos = NULL; in test_options_cb() local165 desclen = &desc->len; in test_options_cb()169 desclen = &desc->filelen; in test_options_cb()173 desclen = &desc->snamelen; in test_options_cb()177 assert_se(descoption && desclen && descpos); in test_options_cb()179 if (*desclen) in test_options_cb()180 test_ignore_opts(descoption, descpos, desclen); in test_options_cb()182 if (*descpos < *desclen) in test_options_cb()[all …]