pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql.pike:794:
case noerror: break; } if(zero_type(waitforstate)) break; } PD("Found state %O\n",mstate); return mstate; }
+
#ifndef UNBUFFEREDIO
private int read_cb(mixed foo, string d) { conn.unread(d); do decodemsg(); while(conn.peek(0)==1); return 0; }
-
+
#endif
final private void sendterminate() { PD("Terminate\n"); SENDCMD(({"X",plugint32(4)})); conn.close(); } void destroy() { sendterminate(); }