pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-20
2018-01-20 12:52:48 by Stephen R. van den Berg <srb@cuci.nl>
b52ad537c39f27e06dc931b14c88facb142fe9a1 (
226
lines) (+
113
/-
113
)
[
Show
|
Annotate
]
Branch:
8.0
Whitespace and doc fixes.
26:
#define CLOSING 5 #define CLOSED 6 #define PURGED 7
-
// If this is extended, change the type of _state
+
#define NOERROR 0 // Error states networkparser #define PROTOCOLERROR 1
362:
final Thread.Queue stashqueue; final Thread.Condition stashavail; final Stdio.Buffer stash;
-
/
*
FIXME
actually:
int(KEEP..SYNCSEND) stashflushmode
-
* but the PikeParser does not approve, and refdoc
-
* generation aborts
-
*
/
-
final int(0..4) stashflushmode;
+
/
/!
@ignore
+
final
int(KEEP..SYNCSEND) stashflushmode
;
+
/
/!
@endignore
final Thread.ResourceCount stashcount; final int synctransact; #ifdef PG_DEBUGRACE
670:
private conxiin cr; final int(0..1) untolderror; final mixed delayederror;
-
final int(
0
..
7
) _state;
//
FIXME actually: int(PORTALINIT..PURGED)
+
//! @ignore
+
final int(
PORTALINIT
..
PURGED
) _state;
+
//
!
@endignore
final int _fetchlimit; private int(0..1) alltext; final int(0..1) _forcetext;