Searched refs:pValue (Results 1 – 4 of 4) sorted by relevance
/PHP-5.5/sapi/litespeed/ |
H A D | lsapi_main.c | 200 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument 209 char * new_val = (char *) pValue; in add_variable() 307 static int add_variable_magic_quote( const char * pKey, int keyLen, const char * pValue, int valLen… in add_variable_magic_quote() argument 316 …Z_STRVAL_P( gpc_element ) = php_addslashes((char *)pValue, valLen, &Z_STRLEN_P( gpc_element ), 0 ); in add_variable_magic_quote() 615 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument 631 if ( *pValue == '0' ) in alter_ini() 639 (char *)pValue, valLen, in alter_ini() 644 (char *)pValue, valLen, in alter_ini() 1196 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, in add_associate_array() argument 1199 add_assoc_string_ex( (zval *)arg, (char *)pKey, keyLen+1, (char *)pValue in add_associate_array()
|
H A D | lsapilib.c | 491 pEnvList->pValue = *pBegin; in parseEnv() 928 …if ( pEnv&& lsapi_suexec_auth( pReq, pAuth->pValue, pAuth->valLen, pEnv->pValue, pEnv->valLen ) ==… in lsapi_changeUGid() 1835 char * pValue; in GetHeaderVar() local 1848 return pValue; in GetHeaderVar() 1883 return pValue; in GetHeaderVar() 1905 return pBegin->pValue; in LSAPI_GetEnv_r() 1930 char * pValue; in LSAPI_ForeachOrgHeader_r() local 1947 *(pValue + len ) = 0; in LSAPI_ForeachOrgHeader_r() 1950 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r() 2007 char * pValue; in LSAPI_ForeachHeader_r() local [all …]
|
H A D | lsapilib.h | 68 char * pValue; member 137 const char * pValue, int valLen, void * arg );
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 24077 memcpy(pValue, &u, 4); 24105 *pValue = (int)v; 70296 if( pValue->flags & MEM_Zero ){ 70299 rc = sqlite3_bind_blob(pStmt, i, pValue->z, pValue->n,SQLITE_TRANSIENT); 70304 rc = bindText(pStmt,i, pValue->z, pValue->n, SQLITE_TRANSIENT, 84220 *pValue = p->u.iValue; 84232 *pValue = -v; 113462 sqlite3_value *pValue = 0; 113469 if( pValue ){ 123330 pOut->zStart = pValue->z; [all …]
|
Completed in 463 milliseconds