Lines Matching refs:LSAPI_key_value_pair
594 static int allocateEnvList( struct LSAPI_key_value_pair ** pEnvList, in allocateEnvList()
597 struct LSAPI_key_value_pair * pBuf; in allocateEnvList()
602 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()
603 sizeof(struct LSAPI_key_value_pair) ); in allocateEnvList()
628 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
631 struct LSAPI_key_value_pair * pEnvEnd; in parseEnv()
1103 struct LSAPI_key_value_pair * pEnv; in lsapi_changeUGid()
1104 struct LSAPI_key_value_pair * pAuth; in lsapi_changeUGid()
2217 struct LSAPI_key_value_pair * pBegin = pReq->m_pEnvList; in LSAPI_GetEnv_r()
2218 struct LSAPI_key_value_pair * pEnd = pBegin + pReq->m_pHeader->m_cntEnv; in LSAPI_GetEnv_r()
2395 static int EnvForeach( struct LSAPI_key_value_pair * pEnv, in EnvForeach()
2398 struct LSAPI_key_value_pair * pEnd = pEnv + n; in EnvForeach()