Home | History | Annotate | Download | only in dist

Lines Matching refs:atoi

1530   int val = atoi(zArg);
2311 if( testctrl<0 ) testctrl = atoi(azArg[1]);
2345 unsigned int opt = (unsigned int)atoi(azArg[2]);
2358 int opt = atoi(azArg[2]);
2395 sqlite3_busy_timeout(p->db, atoi(azArg[1]));
2425 p->colWidth[j-1] = atoi(azArg[j]);
2834 szHeap = atoi(zSize);