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:175:
add(stash); stash->clear(); foreach(stashqueue->try_read_array();;pgsql_result portal) queueup(portal); lock=0; return this; } stashcount++; return PGplugbuffer(this); }
-
protected
final
bool range_error(int howmuch) {
+
protected bool range_error(int howmuch) {
if(!howmuch) return false; #ifdef PG_DEBUG if(howmuch<0) error("Out of range %d\n",howmuch); #endif if(fillread) { array cid=local_backend->call_out(gottimeout,timeout); Thread.MutexKey lock=fillreadmux->lock(); fillread.wait(lock);