Lines Matching refs:objc
105 int objc, /* Number of arguments */ in test_blob_open() argument
120 if( objc!=8 ){ in test_blob_open()
156 int objc, /* Number of arguments */ in test_blob_close() argument
162 if( objc!=2 ){ in test_blob_close()
184 int objc, /* Number of arguments */ in test_blob_bytes() argument
190 if( objc!=2 ){ in test_blob_bytes()
220 int objc, /* Number of arguments */ in test_blob_read() argument
229 if( objc!=4 ){ in test_blob_read()
276 int objc, /* Number of arguments */ in test_blob_write() argument
286 if( objc!=4 && objc!=5 ){ in test_blob_write()
297 if( objc==5 && Tcl_GetIntFromObj(interp, objv[4], &nBuf) ){ in test_blob_write()