Searched refs:isKeyStartChar (Results 1 – 1 of 1) sorted by relevance
166 isKeyStartChar( int c ) in isKeyStartChar() function176 return isKeyStartChar(c) || ((unsigned)(c-'0') < 10) || (c == '.') || (c == '-'); in isKeyChar()210 if (!isKeyStartChar(*key)) { in iniFile_newFromMemory()