Home
last modified time | relevance | path

Searched refs:LSAPI_key_value_pair (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/sapi/litespeed/
H A Dlsapilib.h65 struct LSAPI_key_value_pair struct
104 struct LSAPI_key_value_pair * m_pEnvList;
105 struct LSAPI_key_value_pair * m_pSpecialEnvList;
H A Dlsapilib.c571 static int allocateEnvList( struct LSAPI_key_value_pair ** pEnvList, in allocateEnvList()
574 struct LSAPI_key_value_pair * pBuf; in allocateEnvList()
579 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()
580 sizeof(struct LSAPI_key_value_pair) ); in allocateEnvList()
605 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
608 struct LSAPI_key_value_pair * pEnvEnd; in parseEnv()
1080 struct LSAPI_key_value_pair * pEnv; in lsapi_changeUGid()
1081 struct LSAPI_key_value_pair * pAuth; in lsapi_changeUGid()
2147 struct LSAPI_key_value_pair * pBegin = pReq->m_pEnvList; in LSAPI_GetEnv_r()
2325 static int EnvForeach( struct LSAPI_key_value_pair * pEnv, in EnvForeach()
[all …]

Completed in 14 milliseconds