Home
last modified time | relevance | path

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

/PHP-8.3/sapi/litespeed/
H A Dlsapilib.h63 struct LSAPI_key_value_pair struct
103 struct LSAPI_key_value_pair * m_pEnvList;
104 struct LSAPI_key_value_pair * m_pSpecialEnvList;
H A Dlsapilib.c612 static int allocateEnvList( struct LSAPI_key_value_pair ** pEnvList, in allocateEnvList()
615 struct LSAPI_key_value_pair * pBuf; in allocateEnvList()
620 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()
621 sizeof(struct LSAPI_key_value_pair) ); in allocateEnvList()
646 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
649 struct LSAPI_key_value_pair * pEnvEnd; in parseEnv()
1116 struct LSAPI_key_value_pair * pEnv; in lsapi_changeUGid()
1117 struct LSAPI_key_value_pair * pAuth; in lsapi_changeUGid()
2240 struct LSAPI_key_value_pair * pBegin = pReq->m_pEnvList; in LSAPI_GetEnv_r()
2418 static int EnvForeach( struct LSAPI_key_value_pair * pEnv, in EnvForeach()
[all …]

Completed in 18 milliseconds