Searched refs:zWhence (Results 1 – 1 of 1) sorted by relevance
1688 const char *zWhence; in test_quota_fseek() local1698 zWhence = Tcl_GetString(objv[3]); in test_quota_fseek()1699 if( strcmp(zWhence, "SEEK_SET")==0 ){ in test_quota_fseek()1701 }else if( strcmp(zWhence, "SEEK_CUR")==0 ){ in test_quota_fseek()1703 }else if( strcmp(zWhence, "SEEK_END")==0 ){ in test_quota_fseek()