Home
last modified time | relevance | path

Searched refs:sbuf (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/session/
H A Dmod_files.c155 struct stat sbuf; in ps_files_open() local
192 …if (fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteu… in ps_files_open()
219 struct stat sbuf; in ps_files_cleanup_dir() local
253 if (VCWD_STAT(buf, &sbuf) == 0 && in ps_files_cleanup_dir()
353 struct stat sbuf; in PS_READ_FUNC() local
361 if (fstat(data->fd, &sbuf)) { in PS_READ_FUNC()
365 data->st_size = *vallen = sbuf.st_size; in PS_READ_FUNC()
367 if (sbuf.st_size == 0) { in PS_READ_FUNC()
372 *val = emalloc(sbuf.st_size); in PS_READ_FUNC()
378 n = read(data->fd, *val, sbuf.st_size); in PS_READ_FUNC()
[all …]
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c48 smart_str sbuf; member
72 if (TG(sbuf).c != 0) { in sapi_thttpd_ub_write()
112 if (TG(sbuf).c == 0) { in do_writev()
441 TG(sbuf).c = 0;
470 smart_str_free_ex(&TG(sbuf), 1);
681 if (TG(sbuf).c != 0) {
685 TG(hc)->response = TG(sbuf).c;
687 TG(hc)->maxresponse = TG(sbuf).a;
689 TG(sbuf).c = 0;
690 TG(sbuf).len = 0;
[all …]
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1137 char *sbuf, *rbuf; in mget() local
1710 sbuf = ms->o.buf; in mget()
1719 ms->o.buf = sbuf; in mget()
1744 sbuf = m->value.s; in mget()
1745 if (*sbuf == '^') { in mget()
1746 sbuf++; in mget()
1749 if (file_magicfind(ms, sbuf, &ml) == -1) { in mget()
1750 file_error(ms, 0, "cannot find entry `%s'", sbuf); in mget()
/PHP-5.4/ext/snmp/
H A Dsnmp.c554 char sbuf[512]; in php_snmp_getvalue() local
555 char *buf = &(sbuf[0]); in php_snmp_getvalue()
557 int buflen = sizeof(sbuf) - 1; in php_snmp_getvalue()
586 buf = &(sbuf[0]); in php_snmp_getvalue()
587 buflen = sizeof(sbuf) - 1; in php_snmp_getvalue()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3115 char *sbuf, *rbuf;
3280 sbuf = ms->o.buf;
3319 sbuf = m->value.s;
3320 if (*sbuf == '^') {

Completed in 34 milliseconds