Lines Matching refs:atoi
4167 ** <tr><td> TEXT <td> INTEGER <td> Use atoi()
4170 ** <tr><td> BLOB <td> INTEGER <td> Convert to TEXT then use atoi()
4176 ** The table above makes reference to standard C library functions atoi()
4178 ** own equivalent internal routines. The atoi() and atof() names are
30237 useProxy = atoi(envforce)>0;
66525 ** equivalent of atoi() or atof() and store 0 if no such conversion
66542 ** equivalent of atoi() and store 0 if no such conversion is possible.
66560 ** equivalent of atoi() and store 0.0 if no such conversion is possible.
128251 p->nNodeSize = atoi(&zVal[9]);
128254 p->nMaxPendingData = atoi(&zVal[11]);