Searched defs:zA (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | test1.c | 36 static int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite **ppDb){ argument 37 if( sscanf(zA, PTR_FMT, (void**)ppDb)!=1 && 38 (zA[0]!='0' || zA[1]!='x' || sscanf(&zA[2], PTR_FMT, (void**)ppDb)!=1) 40 Tcl_AppendResult(interp, "\"", zA, "\" is not a valid pointer value", 0);
|
Completed in 19 milliseconds