Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-07
2005-12-07 15:09:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
dbd94b8ced36b5b84a9733e9a038b0a0533501e6 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix.
Rev: server/base_server/prototypes.pike:1.160
Rev: server/protocols/ftp.pike:2.109
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
159
2005/12/07 15:
01
:
36
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
160
2005/12/07 15:
03
:
48
grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
973:
while(sizeof(c) && c[0]==' ') c=c[1..]; if(sscanf(c, "%s=%s", name, value) == 2) {
-
value=http_decode_string(value);
-
name=http_decode_string(name);
+
value=
_Roxen.
http_decode_string(value);
+
name=
_Roxen.
http_decode_string(name);
jar[ name ]=value; #ifdef OLD_RXML_CONFIG // FIXME: Really ought to register this one...
992:
} static string `[](mixed cookie) {
-
if (stringp(
s
)) {
+
if (stringp(
cookie
)) {
return `->(cookie); } return UNDEFINED;
1008:
// FIXME: Warn if not string? return `->=(cookie, value); }
-
static string _
mdelete
(string cookie)
+
static string _
m_delete
(string cookie)
{ // FIXME: Warn if not string? // Messes up for the RAM cache... register_vary_callback();
-
return
mdelete
(jar, cookie);
+
return
m_delete
(jar, cookie);
} static array(string) _indices() {