Searched refs:add_variable (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/sapi/litespeed/ |
| H A D | lsapi_main.c | 200 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, 208 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, function 262 LSAPI_ForeachHeader( add_variable, track_vars_array ); 263 LSAPI_ForeachEnv( add_variable, track_vars_array ); 264 add_variable("PHP_SELF", 8, php_self, strlen( php_self ), track_vars_array );
|
Completed in 3 milliseconds