pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql_util.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql_util.pmod:971:
from = value; } if (intp(till)) { value = totype[0](); value[totype[3]] = till + totype[2]; till = value; } } value = Val.Range(from, till); if (alltext)
-
value = (
string
)
value
;
+
value =
value->sql
();
} break; case CIDROID: case INETOID: if (_forcetext) value = cr->read(collen); else { value = Val.Inet(); int iptype = cr->read_int8(); // 2 == IPv4, 3 == IPv6 value->masklen = cr->read_int8() + (iptype == 2 && 12*8);