HomeSort by relevance Sort by last modified time
    Searched defs:bufsize (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/file_io/os2/
filesys.c 72 ULONG bufsize = sizeof(path) - 3; local
78 rc = DosQueryCurrentDir(apr_toupper(drive) - 'A', path+3, &bufsize);
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/lib/
html_quote.c 87 static size_t bufsize = 0; local
95 if (buf == NULL || strlen(string) * 6 > bufsize) {
97 bufsize = strlen(string) * 6 + 1;
98 buf = xcalloc(bufsize, 1);
rfc1738.c 92 static size_t bufsize = 0; local
97 if (buf == NULL || strlen(url) * 3 > bufsize) {
99 bufsize = strlen(url) * 3 + 1;
100 buf = xcalloc(bufsize, 1);
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/file_io/os2/
filesys.c 72 ULONG bufsize = sizeof(path) - 3; local
78 rc = DosQueryCurrentDir(apr_toupper(drive) - 'A', path+3, &bufsize);
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/file_io/os2/
filesys.c 72 ULONG bufsize = sizeof(path) - 3; local
78 rc = DosQueryCurrentDir(apr_toupper(drive) - 'A', path+3, &bufsize);
  /webstack/webstack/trunk/src/squid/lib/
html_quote.c 87 static size_t bufsize = 0; local
95 if (buf == NULL || strlen(string) * 6 > bufsize) {
97 bufsize = strlen(string) * 6 + 1;
98 buf = xcalloc(bufsize, 1);
rfc1738.c 92 static size_t bufsize = 0; local
97 if (buf == NULL || strlen(url) * 3 > bufsize) {
99 bufsize = strlen(url) * 3 + 1;
100 buf = xcalloc(bufsize, 1);
  /webstack/webstack/trunk/src/squid-2.6.16/lib/
html_quote.c 87 static size_t bufsize = 0; local
95 if (buf == NULL || strlen(string) * 6 > bufsize) {
97 bufsize = strlen(string) * 6 + 1;
98 buf = xcalloc(bufsize, 1);
rfc1738.c 92 static size_t bufsize = 0; local
97 if (buf == NULL || strlen(url) * 3 > bufsize) {
99 bufsize = strlen(url) * 3 + 1;
100 buf = xcalloc(bufsize, 1);
  /webstack/webstack/branches/CoolStack12Rtm/src/mod_fcgid.2.2/
fcgid_protocol.c 153 apr_size_t bufsize = init_environment(NULL, envp); local
160 char *buf = apr_bucket_alloc(bufsize, alloc);
167 apr_bucket *bucket_body = apr_bucket_heap_create(buf, bufsize,
186 if (!init_header(FCGI_PARAMS, 1, bufsize, 0, env_request_header)
  /webstack/webstack/trunk/src/mod_fcgid.2.2/
fcgid_protocol.c 153 apr_size_t bufsize = init_environment(NULL, envp); local
160 char *buf = apr_bucket_alloc(bufsize, alloc);
167 apr_bucket *bucket_body = apr_bucket_heap_create(buf, bufsize,
186 if (!init_header(FCGI_PARAMS, 1, bufsize, 0, env_request_header)
  /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/db/
db_overflow.c 407 u_int32_t bufsize, cmp_bytes, key_left; local
420 bufsize = 0;
423 &local_dbt, tlen, pgno, &buf, &bufsize)) != 0)
  /webstack/webstack/branches/CoolStack12Rtm/src/freetype-2.2.1/builds/amiga/src/base/
ftsystem.c 359 ULONG bufsize; local
361 bufsize = ( read_bytes > IOBUF_SIZE ) ? IOBUF_SIZE : read_bytes;
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize;
364 CopyMem( &buffer[read_bytes - bufsize] , sysfile->iobuf, bufsize );
  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/os/win32/
ap_regkey.c 538 apr_size_t bufsize; local
548 bufsize = 1; /* For trailing second null */
550 bufsize += strlen(elts[i]) + 1;
553 ++bufsize;
556 bufrem = bufsize;
557 buf = apr_palloc(pool, bufsize * 2);
576 bufsize = (bufsize - bufrem) * 2;
586 bufsize = 1; /* For trailing second null */
588 bufsize += strlen(elts[i]) + 1
    [all...]
  /webstack/webstack/trunk/src/db-4.5.20/db/
db_overflow.c 407 u_int32_t bufsize, cmp_bytes, key_left; local
420 bufsize = 0;
423 &local_dbt, tlen, pgno, &buf, &bufsize)) != 0)
  /webstack/webstack/trunk/src/freetype-2.2.1/builds/amiga/src/base/
ftsystem.c 359 ULONG bufsize; local
361 bufsize = ( read_bytes > IOBUF_SIZE ) ? IOBUF_SIZE : read_bytes;
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize;
364 CopyMem( &buffer[read_bytes - bufsize] , sysfile->iobuf, bufsize );
  /webstack/webstack/trunk/src/httpd-2.2.3/os/win32/
ap_regkey.c 538 apr_size_t bufsize; local
548 bufsize = 1; /* For trailing second null */
550 bufsize += strlen(elts[i]) + 1;
553 ++bufsize;
556 bufrem = bufsize;
557 buf = apr_palloc(pool, bufsize * 2);
576 bufsize = (bufsize - bufrem) * 2;
586 bufsize = 1; /* For trailing second null */
588 bufsize += strlen(elts[i]) + 1
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/os/win32/
ap_regkey.c 538 apr_size_t bufsize; local
548 bufsize = 1; /* For trailing second null */
550 bufsize += strlen(elts[i]) + 1;
553 ++bufsize;
556 bufrem = bufsize;
557 buf = apr_palloc(pool, bufsize * 2);
576 bufsize = (bufsize - bufrem) * 2;
586 bufsize = 1; /* For trailing second null */
588 bufsize += strlen(elts[i]) + 1
    [all...]
  /webstack/webserver/src/server/base/
lexer.cpp 575 int bufsize; local
583 bufsize = lt->lt_buflen;
586 if (length >= bufsize) {
588 while (length >= bufsize) {
589 bufsize += lt->lt_inclen;
595 lt->lt_buf, bufsize);
598 lt->lt_buf = (char *)pool_malloc(lt->lt_mempool, bufsize);
603 lt->lt_buf = (char *)REALLOC(lt->lt_buf, bufsize);
606 lt->lt_buf = (char *)MALLOC(bufsize);
616 lt->lt_buflen = bufsize;
    [all...]
  /webstack/webserver/src/server/libaccess/
pamauth.c 127 int bufsize = sizeq * 8; local
161 if ((*groups = (char *)MALLOC(bufsize)) == NULL) {
169 if (strlen(*groups) + strlen(gr->gr_name) + sizeq > bufsize) {
170 bufsize += strlen(gr->gr_name) + sizeq;
171 if ((tmp = (char *)REALLOC(*groups, bufsize)) == NULL) {
218 int bufsize, rv; local
222 bufsize = (int)sysconf(_SC_GETPW_R_SIZE_MAX);
223 if ((buffer = (char*)MALLOC(bufsize)) == NULL) {
231 if (util_getpwnam(user, pw, buffer, bufsize)) {
  /webstack/mod_sed/
mod_sed.c 51 int bufsize; member in struct:sed_filter_ctxt
108 if (((ctx->curoutbuf - ctx->outbuf) + sz) >= ctx->bufsize) {
175 ctx->bufsize = MODSED_OUTBUF_SIZE;
176 ctx->outbuf = apr_palloc(r->pool, ctx->bufsize + 1);
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/
ansi2knr.c 238 #define bufsize 5000 /* arbitrary size */ macro
302 buf = malloc(bufsize);
309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
320 f: if ( line >= buf + (bufsize - 1) ) /* overflow check */
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
346 if ( line != buf + (bufsize - 1) ) /* overflow check */
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/tests/misc/
t-printf.c 216 size_t bufsize; local
220 bufsize = -1;
224 bufsize++;
225 if (bufsize > 5 && bufsize < want_len-5)
226 bufsize = want_len-5;
227 if (bufsize > want_len + 5)
229 ASSERT_ALWAYS (bufsize+1 <= sizeof (got));
231 got[bufsize] = '!';
232 ret = gmp_vsnprintf (got, bufsize, fmt, ap)
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/support/
htpasswd.c 136 apr_size_t bufsize; local
142 bufsize = sizeof(pwin);
143 if (apr_password_get("New password: ", pwin, &bufsize) != 0) {
148 bufsize = sizeof(pwv);
149 apr_password_get("Re-type new password: ", pwv, &bufsize);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/db/
db_overflow.c 387 u_int32_t bufsize, cmp_bytes, key_left; local
400 bufsize = 0;
403 &local_dbt, tlen, pgno, &buf, &bufsize)) != 0)

Completed in 4919 milliseconds

1 2 3 4