Searched refs:pValue (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 8002 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); 21048 ** *pValue to that integer and return true. Otherwise return false. 21054 SQLITE_PRIVATE int sqlite3GetInt32(const char *zNum, int *pValue){ argument 21085 *pValue = (int)v; 61073 sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue) argument 61921 sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue) argument 72424 sqlite3ExprIsInteger(Expr *p, int *pValue) argument 88385 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument 96312 sqlite3_value *pValue; local 96318 pCol->affinity, &pValue); local 103393 spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue) argument 125573 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) argument [all...] |
| /PHP_5_4/sapi/litespeed/ |
| H A D | lsapilib.c | 387 pEnvList->pValue = *pBegin; 1160 return pBegin->pValue; 1172 char * pValue; local 1181 pValue = pReq->m_pHttpHeader + pReq->m_pHeaderIndex->m_headerOff[i]; 1182 *(pValue + len ) = 0; 1184 pValue, len, arg ); 1201 pValue = pReq->m_pHttpHeader + pCur->valueOff; 1202 *(pValue + pCur->valueLen ) = 0; 1204 pValue, pCur->valueLen, arg ); 1221 char * pValue; local [all...] |
| H A D | lsapilib.h | 70 char * pValue; member in struct:LSAPI_key_value_pair 137 const char * pValue, int valLen, void * arg );
|
| H A D | lsapi_main.c | 200 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, 203 php_register_variable_safe((char *)pKey, (char *)pValue, valLen, (zval *)arg TSRMLS_CC); 208 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, argument 217 Z_STRVAL_P( gpc_element ) = estrndup(pValue, valLen); 229 static int add_variable_magic_quote( const char * pKey, int keyLen, const char * pValue, int valLen, argument 238 Z_STRVAL_P( gpc_element ) = php_addslashes((char *)pValue, valLen, &Z_STRLEN_P( gpc_element ), 0 ); 529 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, argument 542 if ( *pValue == '0' ) 547 (char *)pValue, valLen, 1040 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, in argument [all...] |
Completed in 123 milliseconds