Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47808 #define PROXY_PATHINDEX (PROXY_HEADERLEN+PROXY_HOSTIDLEN) macro
47839 if( readLen<PROXY_PATHINDEX ){ in proxyBreakConchLock()
47920 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()
48016 size_t pathLen = (readLen - PROXY_PATHINDEX); in proxyTakeConch()
48021 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
48029 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
48030 readLen-PROXY_PATHINDEX) in proxyTakeConch()
48073 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
48076 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
48078 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()