Home
last modified time | relevance | path

Searched refs:PROXY_CONCHVERSION (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c7165 #define PROXY_CONCHVERSION 2 /* 1-byte header, 16-byte host id, path */ macro
7279 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()
7354 readBuf[0]!=(char)PROXY_CONCHVERSION ){ in proxyTakeConch()
7429 writeBuffer[0] = (char)PROXY_CONCHVERSION; in proxyTakeConch()