Searched defs:valLen (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/sapi/litespeed/ |
| H A D | lsapi_main.c | 170 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, argument 173 php_register_variable_safe((char *)pKey, (char *)pValue, valLen, (zval *)arg TSRMLS_CC); 370 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, argument 382 (char *)pValue, valLen, 836 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, argument
|
| H A D | lsapilib.c | 364 int keyLen = 0, valLen = 0; local 375 valLen = *((unsigned char *)((*pBegin)++)); 376 valLen = (valLen << 8) + *((unsigned char *)((*pBegin)++)); 377 if ( *pBegin + keyLen + valLen > pEnd ) { 380 if (( !keyLen )||( !valLen )) { 387 *pBegin += valLen; 390 pEnvList->valLen = valLen - 1; 1284 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 );
|
Completed in 6 milliseconds