17 if(!sptr)
return (cb(
"<absent>", 8, app_key) < 0) ? -1 : 0;
20 if(cb(td->
name, strlen(td->
name), app_key) < 0
21 || cb(
" ::= {", 6, app_key) < 0)
24 for(i = 0; i < list->count; i++) {
25 const void *memb_ptr = list->array[i];
26 if(!memb_ptr)
continue;
31 ilevel + 1, cb, app_key);
38 return (cb(
"}", 1, app_key) < 0) ? -1 : 0;