Searched refs:sr_mappers (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libiconv_modules/mapper_serial/
H A Dcitrus_mapper_serial.c82 struct maplist sr_mappers; member in struct:_citrus_mapper_serial
110 while ((ml = STAILQ_FIRST(&sr->sr_mappers)) != NULL) {
111 STAILQ_REMOVE_HEAD(&sr->sr_mappers, ml_entry);
126 STAILQ_INIT(&sr->sr_mappers);
154 STAILQ_INSERT_TAIL(&sr->sr_mappers, ml, ml_entry);
212 STAILQ_FOREACH(ml, &sr->sr_mappers, ml_entry) {
232 STAILQ_FOREACH(ml, &sr->sr_mappers, ml_entry) {

Completed in 105 milliseconds