Home
last modified time | relevance | path

Searched refs:blenp (Results 1 – 25 of 33) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dsrchpref.c57 static int read_next_searchobj(char** bufp, long* blenp,
225 static int read_next_searchobj(char** bufp, long* blenp, in read_next_searchobj() argument
238 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
255 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) < 1) { in read_next_searchobj()
273 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
284 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
295 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
306 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
317 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
328 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_searchobj()
[all …]
H A Ddsparse.c56 static int next_line(char** bufp, long* blenp, char** linep);
59 int nsldapi_next_line_tokens(char** bufp, long* blenp, char*** toksp) { in nsldapi_next_line_tokens() argument
65 if ((rc = next_line(bufp, blenp, &line)) <= 0) { in nsldapi_next_line_tokens()
106 static int next_line(char** bufp, long* blenp, char** linep) { in next_line() argument
112 plen = *blenp; in next_line()
137 *blenp = plen; in next_line()
H A Ddisptmpl.c56 static int read_next_tmpl(char** bufp, long* blenp,
403 static int read_next_tmpl(char** bufp, long* blenp, in read_next_tmpl() argument
415 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
431 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
442 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
453 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) < 1) { in read_next_tmpl()
470 while ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) > 0) { in read_next_tmpl()
493 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
508 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
519 if ((tokcnt = nsldapi_next_line_tokens(bufp, blenp, &toks)) != 1) { in read_next_tmpl()
[all …]
H A Dldap-int.h677 int nsldapi_next_line_tokens(char** bufp, long* blenp, char*** toksp);
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dsrchpref.c57 static int read_next_searchobj( char **bufp, long *blenp,
254 read_next_searchobj( char **bufp, long *blenp, struct ldap_searchobj **sop, in read_next_searchobj() argument
268 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
285 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) < 1 ) { in read_next_searchobj()
303 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
314 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
325 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
336 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
347 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
358 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_searchobj()
[all …]
H A Ddsparse.c56 static int next_line( char **bufp, long *blenp, char **linep );
60 nsldapi_next_line_tokens( char **bufp, long *blenp, char ***toksp ) in nsldapi_next_line_tokens() argument
67 if (( rc = next_line( bufp, blenp, &line )) <= 0 ) { in nsldapi_next_line_tokens()
110 next_line( char **bufp, long *blenp, char **linep ) in next_line() argument
117 plen = *blenp; in next_line()
143 *blenp = plen; in next_line()
H A Ddisptmpl.c56 static int read_next_tmpl( char **bufp, long *blenp,
473 read_next_tmpl( char **bufp, long *blenp, struct ldap_disptmpl **tmplp, in read_next_tmpl() argument
486 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
502 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
513 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
524 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) < 1 ) { in read_next_tmpl()
541 while (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) > 0 ) { in read_next_tmpl()
564 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
579 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
590 if (( tokcnt = nsldapi_next_line_tokens( bufp, blenp, &toks )) != 1 ) { in read_next_tmpl()
[all …]
H A Dldap-int.h687 int nsldapi_next_line_tokens( char **bufp, long *blenp, char ***toksp );
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_argv.c319 argv_fexp(sp, excp, cmd, cmdlen, p, lenp, bpp, blenp, is_bang) in argv_fexp() argument
323 size_t cmdlen, *lenp, *blenp;
331 for (bp = *bpp, blen = *blenp, len = *lenp; cmdlen > 0; --cmdlen, ++cmd)
410 *blenp = blen;
614 argv_sexp(sp, bpp, blenp, lenp) in argv_sexp() argument
617 size_t *blenp, *lenp;
641 blen = *blenp;
712 ADD_SPACE_GOTO(sp, bp, *blenp, *blenp * 2);
714 blen = *blenp - len;
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_argv.c357 …xcp, CHAR_T *cmd, size_t cmdlen, CHAR_T *p, size_t *lenp, CHAR_T **bpp, size_t *blenp, int is_bang) in argv_fexp() argument
367 for (bp = *bpp, blen = *blenp, len = *lenp; cmdlen > 0; --cmdlen, ++cmd) in argv_fexp()
448 *blenp = blen; in argv_fexp()
662 argv_sexp(SCR *sp, CHAR_T **bpp, size_t *blenp, size_t *lenp) in argv_sexp() argument
689 blen = *blenp; in argv_sexp()
761 ADD_SPACE_GOTOW(sp, bp, *blenp, *blenp * 2); in argv_sexp()
763 blen = *blenp - len; in argv_sexp()
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Drpmio_internal.h42 uint8_t ** bp, ssize_t * blenp);
H A Drpmio.c1682 int rpmioSlurp(const char * fn, uint8_t ** bp, ssize_t * blenp) in rpmioSlurp() argument
1727 if (blenp) *blenp = blen; in rpmioSlurp()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dutil.c1392 size_t *blenp = &buflen[next_buf]; in get_fmt_buf() local
1397 *blenp = len; in get_fmt_buf()
1400 while (len > *blenp) { in get_fmt_buf()
1401 *blenp *= 2; in get_fmt_buf()
1402 *bufp = xrealloc(*bufp, *blenp); in get_fmt_buf()
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dldap-int.h717 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap/
H A Dldap-int.h673 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap/
H A Dldap-int.h673 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dldap-int.h717 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/net/openldap26-client/openldap-2.6.0/libraries/libldap/
H A Dldap-int.h717 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/net/openldap26-server/openldap-2.6.0/libraries/libldap/
H A Dldap-int.h717 LDAP_F (int) ldap_int_next_line_tokens LDAP_P(( char **bufp, ber_len_t *blenp, char ***toksp ));
/dports/databases/redis5/redis-5.0.14/src/
H A Dnetworking.c606 void *blenp = addDeferredMultiBulkLength(c); in addReplyHelp() local
617 setDeferredMultiBulkLength(c,blenp,blen); in addReplyHelp()
/dports/databases/redis6/redis-6.0.16/src/
H A Dnetworking.c840 void *blenp = addReplyDeferredLen(c); in addReplyHelp() local
851 setDeferredArrayLen(c,blenp,blen); in addReplyHelp()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dnetworking.c926 void *blenp = addReplyDeferredLen(c); in addReplyHelp() local
941 setDeferredArrayLen(c,blenp,blen); in addReplyHelp()
/dports/editors/vigor/vigor-0.016/clib/
H A Dtags541 argv_sexp ../ex/ex_argv.c /^argv_sexp(sp, bpp, blenp, lenp)$/
/dports/editors/vigor/vigor-0.016/include/
H A Dtags541 argv_sexp ../ex/ex_argv.c /^argv_sexp(sp, bpp, blenp, lenp)$/
/dports/editors/vigor/vigor-0.016/tk/
H A Dtags541 argv_sexp ../ex/ex_argv.c /^argv_sexp(sp, bpp, blenp, lenp)$/

12