Lines Matching defs:sb
78 simple_sb_t *sb = apr_pcalloc(sc->pool, sizeof(simple_sb_t));
85 sb->type = SIMPLE_PT_CORE_ACCEPT;
86 sb->baton = lr;
88 pfd->client_data = sb;
116 simple_sb_t *sb = pfd->client_data;
119 if (sb->type == SIMPLE_PT_CORE_ACCEPT) {
120 rv = simple_io_accept(sc, sb);
122 else if (sb->type == SIMPLE_PT_CORE_IO) {
123 rv = simple_io_event_process(sc, sb);
125 else if (sb->type == SIMPLE_PT_USER) {