Home
last modified time | relevance | path

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

/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c226 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
238 char * new_val = (char *) pValue; in add_variable()
248 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
257 Z_STRVAL_P( gpc_element ) = estrndup(pValue, valLen); in add_variable()
276 return add_variable(pKey, keyLen, pValue, valLen, params->arg, params->TSRMLS_C); in add_variable_zts()
707 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument
723 if ( *pValue == '0' ) in alter_ini()
732 (char *)pValue, valLen, in alter_ini()
737 (char *)pValue, valLen, in alter_ini()
1659 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen+1, (char *)pValue, 1); in add_associate_array()
[all …]
H A Dlsapilib.c491 pEnvList->pValue = *pBegin; in parseEnv()
962 …if ( pEnv&& lsapi_suexec_auth( pReq, pAuth->pValue, pAuth->valLen, pEnv->pValue, pEnv->valLen ) ==… in lsapi_changeUGid()
1890 char * pValue; in GetHeaderVar() local
1903 return pValue; in GetHeaderVar()
1938 return pValue; in GetHeaderVar()
1960 return pBegin->pValue; in LSAPI_GetEnv_r()
1985 char * pValue; in LSAPI_ForeachOrgHeader_r() local
2002 *(pValue + len ) = 0; in LSAPI_ForeachOrgHeader_r()
2005 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2062 char * pValue; in LSAPI_ForeachHeader_r() local
[all …]
H A Dlsapilib.h68 char * pValue; member
137 const char * pValue, int valLen, void * arg );
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c24077 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 332 milliseconds