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

1 2 3 4 5 6 7 8

  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/misc/unix/
errorcodes.c 33 static char *stuffbuffer(char *buf, apr_size_t bufsize, const char *s)
35 apr_cpystrn(buf,s,bufsize);
146 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
155 return stuffbuffer(buf, bufsize,
183 return stuffbuffer(buf, bufsize, result);
245 static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode)
256 (DWORD)bufsize,
263 apr_cpystrn(buf, gaErrorList[i].msg, bufsize);
287 apr_snprintf(buf, bufsize, "Unrecognized Win32 error code %d", errcode);
297 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/misc/unix/
errorcodes.c 33 static char *stuffbuffer(char *buf, apr_size_t bufsize, const char *s)
35 apr_cpystrn(buf,s,bufsize);
146 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
155 return stuffbuffer(buf, bufsize,
183 return stuffbuffer(buf, bufsize, result);
245 static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode)
256 (DWORD)bufsize,
263 apr_cpystrn(buf, gaErrorList[i].msg, bufsize);
287 apr_snprintf(buf, bufsize, "Unrecognized Win32 error code %d", errcode);
297 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/misc/unix/
errorcodes.c 33 static char *stuffbuffer(char *buf, apr_size_t bufsize, const char *s)
35 apr_cpystrn(buf,s,bufsize);
146 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
155 return stuffbuffer(buf, bufsize,
183 return stuffbuffer(buf, bufsize, result);
245 static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode)
256 (DWORD)bufsize,
263 apr_cpystrn(buf, gaErrorList[i].msg, bufsize);
287 apr_snprintf(buf, bufsize, "Unrecognized Win32 error code %d", errcode);
297 static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
    [all...]
  /webstack/webserver/src/support/ares/
arapi.cpp 86 char *buf, PRIntn bufsize, PRHostEnt *hentp, PRIntervalTime timeout )
88 if ( (NULL == buf) || (0 == bufsize) || (NULL == hentp) )
95 return(PR_GetHostByAddr(addrp, buf, bufsize, hentp));
102 DNSSession newsession(addrp, timeout, buf, bufsize, hentp);
125 PRIntn bufsize, PRHostEnt *hentp, PRIntervalTime timeout, PRUint16 af )
127 if ( (NULL == name) || (NULL == buf) || (0 == bufsize) || (NULL == hentp) )
134 return(PR_GetIPNodeByName(name, af, PR_AI_DEFAULT, buf, bufsize, hentp));
141 DNSSession newsession(name, af, timeout, buf, bufsize, hentp);
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-runtime/gnulib-lib/
readlink.c 35 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/gnulib-lib/
readlink.c 35 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/branches/CoolStack12Rtm/src/libiconv-1.9.2/srclib/
readlink.c 36 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/trunk/src/gettext-0.16/gettext-runtime/gnulib-lib/
readlink.c 35 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/gnulib-lib/
readlink.c 35 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/trunk/src/libiconv-1.9.2/srclib/
readlink.c 36 readlink (const char *path, char *buf, size_t bufsize)
  /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/test/
test095.tcl 151 proc t95_gettest { db tnum letter bufsize expectfail } {
152 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
154 proc t95_cgettest { db tnum letter bufsize expectfail } {
155 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
157 proc t95_flagtest { db tnum letter bufsize } {
158 t95_flagtest_body $db $tnum $letter $bufsize 0
160 proc t95_cflagtest { db tnum letter bufsize } {
161 t95_flagtest_body $db $tnum $letter $bufsize 1
165 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
179 puts "\tTest$tnum.$letter: $action with bufsize $bufsize
    [all...]
test102.tcl 108 proc t102_gettest { db tnum letter bufsize expectfail } {
109 t102_gettest_body $db $tnum $letter $bufsize $expectfail 0
111 proc t102_cgettest { db tnum letter bufsize expectfail } {
112 t102_gettest_body $db $tnum $letter $bufsize $expectfail 1
116 proc t102_gettest_body { db tnum letter bufsize expectfail usecursor } {
130 puts "\tTest$tnum.$letter: $action with bufsize $bufsize"
152 {eval $db get -$flag $bufsize $key} res]
156 -$flag $bufsize -set $key} tres] } \
159 -$flag $bufsize -next} tres]}
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/
apr_dso.h 82 * @param bufsize The size of the provided buffer
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/test/
test095.tcl 100 proc t95_gettest { db tnum letter bufsize expectfail } {
101 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
103 proc t95_cgettest { db tnum letter bufsize expectfail } {
104 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
106 proc t95_flagtest { db tnum letter bufsize } {
107 t95_flagtest_body $db $tnum $letter $bufsize 0
109 proc t95_cflagtest { db tnum letter bufsize } {
110 t95_flagtest_body $db $tnum $letter $bufsize 1
114 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
122 puts "\tTest0$tnum.$letter: $action with bufsize $bufsize
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/lib/
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/db-4.5.20/test/
test095.tcl 151 proc t95_gettest { db tnum letter bufsize expectfail } {
152 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
154 proc t95_cgettest { db tnum letter bufsize expectfail } {
155 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
157 proc t95_flagtest { db tnum letter bufsize } {
158 t95_flagtest_body $db $tnum $letter $bufsize 0
160 proc t95_cflagtest { db tnum letter bufsize } {
161 t95_flagtest_body $db $tnum $letter $bufsize 1
165 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
179 puts "\tTest$tnum.$letter: $action with bufsize $bufsize
    [all...]
test102.tcl 108 proc t102_gettest { db tnum letter bufsize expectfail } {
109 t102_gettest_body $db $tnum $letter $bufsize $expectfail 0
111 proc t102_cgettest { db tnum letter bufsize expectfail } {
112 t102_gettest_body $db $tnum $letter $bufsize $expectfail 1
116 proc t102_gettest_body { db tnum letter bufsize expectfail usecursor } {
130 puts "\tTest$tnum.$letter: $action with bufsize $bufsize"
152 {eval $db get -$flag $bufsize $key} res]
156 -$flag $bufsize -set $key} tres] } \
159 -$flag $bufsize -next} tres]}
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/
apr_dso.h 82 * @param bufsize The size of the provided buffer
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/
apr_dso.h 82 * @param bufsize The size of the provided buffer
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/test/
test095.tcl 100 proc t95_gettest { db tnum letter bufsize expectfail } {
101 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
103 proc t95_cgettest { db tnum letter bufsize expectfail } {
104 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
106 proc t95_flagtest { db tnum letter bufsize } {
107 t95_flagtest_body $db $tnum $letter $bufsize 0
109 proc t95_cflagtest { db tnum letter bufsize } {
110 t95_flagtest_body $db $tnum $letter $bufsize 1
114 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
122 puts "\tTest0$tnum.$letter: $action with bufsize $bufsize
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/test/
test095.tcl 100 proc t95_gettest { db tnum letter bufsize expectfail } {
101 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
103 proc t95_cgettest { db tnum letter bufsize expectfail } {
104 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
106 proc t95_flagtest { db tnum letter bufsize } {
107 t95_flagtest_body $db $tnum $letter $bufsize 0
109 proc t95_cflagtest { db tnum letter bufsize } {
110 t95_flagtest_body $db $tnum $letter $bufsize 1
114 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
122 puts "\tTest0$tnum.$letter: $action with bufsize $bufsize
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/bdb/test/
test095.tcl 100 proc t95_gettest { db tnum letter bufsize expectfail } {
101 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
103 proc t95_cgettest { db tnum letter bufsize expectfail } {
104 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
106 proc t95_flagtest { db tnum letter bufsize } {
107 t95_flagtest_body $db $tnum $letter $bufsize 0
109 proc t95_cflagtest { db tnum letter bufsize } {
110 t95_flagtest_body $db $tnum $letter $bufsize 1
114 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
122 puts "\tTest0$tnum.$letter: $action with bufsize $bufsize
    [all...]
  /webstack/webstack/trunk/src/squid/lib/
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/
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/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)) {

Completed in 6929 milliseconds

1 2 3 4 5 6 7 8