Searched refs:LSAPI_key_value_pair (Results 1 – 2 of 2) sorted by relevance
65 struct LSAPI_key_value_pair struct104 struct LSAPI_key_value_pair * m_pEnvList;105 struct LSAPI_key_value_pair * m_pSpecialEnvList;
436 static int allocateEnvList( struct LSAPI_key_value_pair ** pEnvList, in allocateEnvList()439 struct LSAPI_key_value_pair * pBuf; in allocateEnvList()444 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()445 sizeof(struct LSAPI_key_value_pair) ); in allocateEnvList()468 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()471 struct LSAPI_key_value_pair * pEnvEnd; in parseEnv()896 struct LSAPI_key_value_pair * pEnv; in lsapi_changeUGid()897 struct LSAPI_key_value_pair * pAuth; in lsapi_changeUGid()1894 struct LSAPI_key_value_pair * pBegin = pReq->m_pEnvList; in LSAPI_GetEnv_r()2070 static int EnvForeach( struct LSAPI_key_value_pair * pEnv, in EnvForeach()[all …]
Completed in 16 milliseconds