Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c46185 #define PROXY_PATHINDEX (PROXY_HEADERLEN+PROXY_HOSTIDLEN) macro
46216 if( readLen<PROXY_PATHINDEX ){ in proxyBreakConchLock()
46297 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()
46393 size_t pathLen = (readLen - PROXY_PATHINDEX); in proxyTakeConch()
46398 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
46406 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46407 readLen-PROXY_PATHINDEX) in proxyTakeConch()
46450 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46453 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
46455 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()