Searched refs:pBegin (Results 1 – 2 of 2) sorted by relevance
79 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local113 pBegin = pTmp; in get_cfg_Item()114 if (*pBegin == '\n') { in get_cfg_Item()129 *pValueLen = pEnd - pBegin; in get_cfg_Item()130 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()
94 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local128 pBegin = pTmp; in get_cfg_Item()129 if (*pBegin == '\n') { in get_cfg_Item()144 *pValueLen = pEnd - pBegin; in get_cfg_Item()145 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()