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 long 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 );
91 writeptype writeproc,
101 writeproc, writeparm, eol, rdncount, opts, NULL ));
116 writeptype writeproc,
132 writeproc, writeparm, eol, rdncount, opts, urlprefix ));
145 writeptype writeproc,
162 if ( writeproc == NULL ||
194 (*writeproc)( writeparm, buf, strlen( buf ));
195 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
198 (*writeproc)( writeparm, buf, strlen( buf ));
199 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
201 (*writeproc)( writeparm, buf, strlen( buf ));
227 (*writeproc)( writeparm, buf, strlen( buf ));
237 (*writeproc)( writeparm, buf, strlen( buf ));
242 (*writeproc)( writeparm, "<HR>", 4 ); /* horizontal rule */
244 (*writeproc)( writeparm, "\"", 1 );
245 output_dn( buf, dn, 0, rdncount, writeproc, writeparm, "", NULL );
247 (*writeproc)( writeparm, buf, strlen( buf ));
287 LDAP_SYN_CASEIGNORESTR, writeproc, writeparm, eol,
350 labelwidth, rdncount, writeproc,
359 labelwidth, colp->ti_syntaxid, writeproc, writeparm,
372 (*writeproc)( writeparm, buf, strlen( buf ));
394 writeptype writeproc,
404 defvals, writeproc, writeparm, eol, rdncount, opts, NULL ));
419 writeptype writeproc,
430 defvals, writeproc, writeparm, eol, rdncount, opts, urlprefix ));
443 writeptype writeproc,
555 writeproc, writeparm, eol, rdncount, opts, urlprefix );
572 writeptype writeproc,
581 writeproc, writeparm, eol, rdncount, NULL ));
594 writeptype writeproc,
608 writeproc, writeparm, eol, rdncount, urlprefix ));
620 writeptype writeproc,
630 if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) || writeproc == NULL ) {
663 output_label( buf, label, labelwidth, writeproc, writeparm, eol, html );
688 (*writeproc)( writeparm, buf, strlen( buf ));
695 output_dn( buf, outval, labelwidth, rdncount, writeproc,
701 output_label( buf, label, labelwidth, writeproc,
716 (*writeproc)( writeparm, buf, strlen( buf ));
762 (*writeproc)( writeparm, buf, strlen( buf ));
769 (*writeproc)( writeparm, buf, strlen( buf ));
778 (*writeproc)( writeparm, buf, strlen( buf ));
813 output_label( char *buf, char *label, int width, writeptype writeproc,
833 return ((*writeproc)( writeparm, buf, strlen( buf )));
839 writeptype writeproc, void *writeparm, char *eol, char *urlprefix )
874 return ((*writeproc)( writeparm, buf, strlen( buf )));
1039 writeptype writeproc, void *writeparm, char *eol, char *urlprefix )
1092 if ((*writeproc)( writeparm, buf, strlen( buf )) < 0 ) {
1126 html ? -1 : 0, LDAP_SYN_DN, writeproc, writeparm,