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

/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.c1109 *szValue = NULL, *szId = NULL, *szComma, *szComma1; local
1137 szComma1 = strchr (szComma + 1, ',');
1138 if (!szComma || !szComma1 || szComma + 1 == szComma1)
1141 *szComma1 = 0;
1150 szComma1 = strchr (szComma + 1, ',');
1151 if (!szComma || !szComma1 || szComma + 1 == szComma1)
1154 *szComma1 = 0;
1169 szComma1
[all...]

Completed in 127 milliseconds