Lines Matching defs:writeproc
50 writeptype writeproc, void *writeparm, char *eol, int rdncount,
54 char ***defvals, writeptype writeproc, void *writeparm, char *eol,
57 int labelwidth, unsigned int syntaxid, writeptype writeproc,
61 writeptype writeproc, void *writeparm, char *eol, int html );
63 writeptype writeproc, void *writeparm, char *eol, char *urlprefix );
69 writeptype writeproc, void *writeparm, char *eol, char *urlprefix );
102 writeptype writeproc,
118 writeproc, writeparm, eol, rdncount, opts, NULL );
123 writeproc, writeparm, eol, rdncount, opts, NULL ));
137 writeptype writeproc,
159 writeproc, writeparm, eol, rdncount, opts, urlprefix );
164 writeproc, writeparm, eol, rdncount, opts, urlprefix ));
178 writeptype writeproc,
215 (*writeproc)( writeparm, buf, strlen( buf ));
216 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
219 (*writeproc)( writeparm, buf, strlen( buf ));
220 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
222 (*writeproc)( writeparm, buf, strlen( buf ));
248 (*writeproc)( writeparm, buf, strlen( buf ));
258 (*writeproc)( writeparm, buf, strlen( buf ));
263 (*writeproc)( writeparm, "<HR>", 4 ); /* horizontal rule */
265 (*writeproc)( writeparm, "\"", 1 );
266 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
268 (*writeproc)( writeparm, buf, strlen( buf ));
308 LDAP_SYN_CASEIGNORESTR, writeproc, writeparm, eol,
363 labelwidth, rdncount, writeproc,
372 labelwidth, colp->ti_syntaxid, writeproc, writeparm,
385 (*writeproc)( writeparm, buf, strlen( buf ));
406 writeptype writeproc,
422 defvals, writeproc, writeparm, eol, rdncount, opts, NULL );
427 defvals, writeproc, writeparm, eol, rdncount, opts, NULL ));
442 writeptype writeproc,
459 defvals, writeproc, writeparm, eol, rdncount, opts, urlprefix );
464 defvals, writeproc, writeparm, eol, rdncount, opts, urlprefix ));
478 writeptype writeproc,
515 (*writeproc)( writeparm, buf, strlen( buf ));
600 writeproc, writeparm, eol, rdncount, opts, urlprefix );
619 writeptype writeproc,
634 writeproc, writeparm, eol, rdncount, NULL );
639 writeproc, writeparm, eol, rdncount, NULL ));
652 writeptype writeproc,
672 writeproc, writeparm, eol, rdncount, urlprefix );
677 writeproc, writeparm, eol, rdncount, urlprefix ));
690 writeptype writeproc,
729 output_label( buf, label, labelwidth, writeproc, writeparm, eol, html );
753 (*writeproc)( writeparm, buf, strlen( buf ));
760 output_dn( buf, outval, labelwidth, rdncount, writeproc,
766 output_label( buf, label, labelwidth, writeproc,
781 (*writeproc)( writeparm, buf, strlen( buf ));
826 (*writeproc)( writeparm, buf, strlen( buf ));
832 (*writeproc)( writeparm, buf, strlen( buf ));
841 (*writeproc)( writeparm, buf, strlen( buf ));
876 output_label( char *buf, char *label, int width, writeptype writeproc,
895 return ((*writeproc)( writeparm, buf, strlen( buf )));
901 writeptype writeproc, void *writeparm, char *eol, char *urlprefix )
936 return ((*writeproc)( writeparm, buf, strlen( buf )));
1075 writeptype writeproc, void *writeparm, char *eol, char *urlprefix )
1128 if ((*writeproc)( writeparm, buf, strlen( buf )) < 0 ) {
1162 html ? -1 : 0, LDAP_SYN_DN, writeproc, writeparm,