Searched refs:valLen (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/sapi/litespeed/ |
| H A D | lsapilib.c | 365 int keyLen = 0, valLen = 0; local 376 valLen = *((unsigned char *)((*pBegin)++)); 377 valLen = (valLen << 8) + *((unsigned char *)((*pBegin)++)); 378 if ( *pBegin + keyLen + valLen > pEnd ) { 381 if (( !keyLen )||( !valLen )) { 388 *pBegin += valLen; 391 pEnvList->valLen = valLen - 1; 1295 pEnv->pValue, pEnv->valLen, ar [all...] |
| H A D | lsapilib.h | 72 int valLen; 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 216 Z_STRLEN_P( gpc_element ) = valLen; 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 237 Z_STRLEN_P( gpc_element ) = valLen; 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 547 (char *)pValue, valLen, 1040 add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, void * arg ) argument [all...] |
Completed in 27 milliseconds