Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c46184 #define PROXY_PATHINDEX (PROXY_HEADERLEN+PROXY_HOSTIDLEN) macro
46215 if( readLen<PROXY_PATHINDEX ){ in proxyBreakConchLock()
46296 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()
46392 size_t pathLen = (readLen - PROXY_PATHINDEX); in proxyTakeConch()
46397 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
46405 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46406 readLen-PROXY_PATHINDEX) in proxyTakeConch()
46449 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46452 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
46454 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()