Home
last modified time | relevance | path

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

/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c651 pEnvList->pValue = *pBegin; in parseEnv()
1135 …if ( pEnv&& lsapi_suexec_auth( pReq, pAuth->pValue, pAuth->valLen, pEnv->pValue, pEnv->valLen ) ==… in lsapi_changeUGid()
2158 char * pValue; in GetHeaderVar() local
2171 return pValue; in GetHeaderVar()
2206 return pValue; in GetHeaderVar()
2228 return pBegin->pValue; in LSAPI_GetEnv_r()
2256 char * pValue; in LSAPI_ForeachOrgHeader_r() local
2273 *(pValue + len ) = 0; in LSAPI_ForeachOrgHeader_r()
2276 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2332 char * pValue; in LSAPI_ForeachHeader_r() local
[all …]
H A Dlsapilib.h68 char * pValue; member
137 const char * pValue, int valLen, void * arg );
H A Dlsapi_main.c226 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
231 char * new_val = (char *) pValue; in add_variable()
816 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument
846 if ( *pValue == '0' ) in alter_ini()
854 (char *)pValue, valLen, in alter_ini()
1722 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, in add_associate_array() argument
1725 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen, (char *)pValue); in add_associate_array()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c31010 *pValue = (int)v;
82775 rc = bindText(pStmt,i, pValue->z, pValue->n, SQLITE_TRANSIENT,
98993 *pValue = -v;
128744 if( ExprHasProperty(pValue, EP_FixedCol) ) pValue = pValue->pLeft;
132704 if( pValue ){
145646 if( !p->pValue ){
145663 if( p && p->pValue ){
145666 p->pValue = 0;
145681 if( !p->pValue ){
145694 p->pValue = 0;
[all …]

Completed in 594 milliseconds