Home
last modified time | relevance | path

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

/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c628 pEnvList->pValue = *pBegin; in parseEnv()
1112 …if ( pEnv&& lsapi_suexec_auth( pReq, pAuth->pValue, pAuth->valLen, pEnv->pValue, pEnv->valLen ) ==… in lsapi_changeUGid()
2088 char * pValue; in GetHeaderVar() local
2101 return pValue; in GetHeaderVar()
2136 return pValue; in GetHeaderVar()
2158 return pBegin->pValue; in LSAPI_GetEnv_r()
2186 char * pValue; in LSAPI_ForeachOrgHeader_r() local
2203 *(pValue + len ) = 0; in LSAPI_ForeachOrgHeader_r()
2206 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2262 char * pValue; in LSAPI_ForeachHeader_r() local
[all …]
H A Dlsapi_main.c225 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
230 char * new_val = (char *) pValue; in add_variable()
566 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument
587 if ( *pValue == '0' ) in alter_ini()
595 (char *)pValue, valLen, in alter_ini()
1444 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, in add_associate_array() argument
1447 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen, (char *)pValue); in add_associate_array()
H A Dlsapilib.h68 char * pValue; member
137 const char * pValue, int valLen, void * arg );
/PHP-7.1/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 452 milliseconds