Searched refs:ppszLVal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_profile.h84 void ParseConfigLine( char *pszLine, char **ppszLVal, char **ppszRVal );
H A Dwl_profile.c894 * ppszLVal - the resulting L-val (Key)
902 void ParseConfigLine(char *pszLine, char **ppszLVal, char **ppszRVal) argument
913 *ppszLVal = NULL;
923 *ppszLVal = &pszLine[i];

Completed in 102 milliseconds