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