Lines Matching refs:objc

301   int objc,  in test_malloc()  argument
307 if( objc!=2 ){ in test_malloc()
326 int objc, in test_realloc() argument
332 if( objc!=3 ){ in test_realloc()
355 int objc, in test_free() argument
359 if( objc!=2 ){ in test_free()
386 int objc, in test_memset() argument
395 if( objc!=4 ){ in test_memset()
432 int objc, in test_memget() argument
440 if( objc!=3 ){ in test_memget()
479 int objc, in test_memory_used() argument
494 int objc, in test_memory_highwater() argument
498 if( objc!=1 && objc!=2 ){ in test_memory_highwater()
502 if( objc==2 ){ in test_memory_highwater()
519 int objc, in test_memdebug_backtrace() argument
523 if( objc!=2 ){ in test_memdebug_backtrace()
545 int objc, in test_memdebug_dump() argument
548 if( objc!=2 ){ in test_memdebug_dump()
570 int objc, in test_memdebug_malloc_count() argument
574 if( objc!=1 ){ in test_memdebug_malloc_count()
610 int objc, in test_memdebug_fail() argument
620 if( objc<2 ){ in test_memdebug_fail()
626 for(ii=2; ii<objc; ii+=2){ in test_memdebug_fail()
632 if( ii==(objc-1) ){ in test_memdebug_fail()
640 if( ii==(objc-1) ){ in test_memdebug_fail()
676 int objc, in test_memdebug_pending() argument
680 if( objc!=1 ){ in test_memdebug_pending()
709 int objc, in test_memdebug_settitle() argument
713 if( objc!=2 ){ in test_memdebug_settitle()
790 int objc, in test_memdebug_log() argument
811 if( objc<2 ){ in test_memdebug_log()
888 int objc, in test_config_pagecache() argument
894 if( objc!=3 ){ in test_config_pagecache()
931 int objc, in test_alt_pcache() argument
939 if( objc<2 || objc>5 ){ in test_alt_pcache()
945 if( objc>=3 && Tcl_GetIntFromObj(interp, objv[2], &discardChance) ){ in test_alt_pcache()
948 if( objc>=4 && Tcl_GetIntFromObj(interp, objv[3], &prngSeed) ){ in test_alt_pcache()
951 if( objc>=5 && Tcl_GetIntFromObj(interp, objv[4], &highStress) ){ in test_alt_pcache()
972 int objc, in test_config_memstatus() argument
976 if( objc!=2 ){ in test_config_memstatus()
993 int objc, in test_config_lookaside() argument
998 if( objc!=3 ){ in test_config_lookaside()
1027 int objc, in test_db_config_lookaside() argument
1036 if( objc!=5 ){ in test_db_config_lookaside()
1062 int objc, in test_config_heap() argument
1071 int nArg = objc-1; in test_config_heap()
1099 int objc, in test_config_heap_size() argument
1106 int nArg = objc-1; in test_config_heap_size()
1129 int objc, in test_config_error() argument
1135 if( objc!=2 && objc!=1 ){ in test_config_error()
1139 if( objc==2 ){ in test_config_error()
1167 int objc, in test_config_uri() argument
1173 if( objc!=2 ){ in test_config_uri()
1196 int objc, in test_config_cis() argument
1202 if( objc!=2 ){ in test_config_cis()
1224 int objc, in test_config_pmasz() argument
1230 if( objc!=2 ){ in test_config_pmasz()
1254 int objc, in test_dump_memsys3() argument
1257 if( objc!=2 ){ in test_dump_memsys3()
1290 int objc, in test_status() argument
1312 if( objc!=3 ){ in test_status()
1347 int objc, in test_db_status() argument
1374 if( objc!=4 ){ in test_db_status()
1409 int objc, in test_install_malloc_faultsim() argument
1415 if( objc!=2 ){ in test_install_malloc_faultsim()
1433 int objc, in test_install_memsys3() argument
1448 int objc, in test_vfs_oom_test() argument
1452 if( objc>2 ){ in test_vfs_oom_test()
1455 }else if( objc==2 ){ in test_vfs_oom_test()