Searched refs:pBegin (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 478 if ( pEnd - *pBegin < 4 ) in parseEnv() 489 pEnvList->pKey = *pBegin; in parseEnv() 490 *pBegin += keyLen; in parseEnv() 491 pEnvList->pValue = *pBegin; in parseEnv() 492 *pBegin += valLen; in parseEnv() 500 *pBegin += 4; in parseEnv() 1053 pBegin = pReq->m_pReqBuf + (( pBegin - pReq->m_pReqBuf + 7 ) & (~0x7)); in parseRequest() 1061 pReq->m_pHttpHeader = pBegin; in parseRequest() 1063 if ( pBegin != pEnd ) in parseRequest() 1957 while( pBegin < pEnd ) in LSAPI_GetEnv_r() [all …]
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 59261 u8 *pBegin, /* End of cell-pointer array */ 59279 if( pData<pBegin ) return 1; 59361 u8 *pBegin = &pPg->aCellIdx[nNew * 2]; 59389 if( pData<pBegin ) goto editpage_fail; 59398 pPg, pBegin, &pData, pCellptr, 59412 pPg, pBegin, &pData, pCellptr, 59421 pPg, pBegin, &pData, pCellptr, 92830 Token *pBegin, /* The CREATE token that begins the statement */ 92887 n = (int)(sEnd.z - pBegin->z); 92888 z = pBegin->z;
|
Completed in 279 milliseconds