Searched defs:Job (Results 1 – 3 of 3) sorted by relevance
33 struct Job { struct34 int id;35 int rle; // run length encoding36 const char* p;
243 class Job(object): class
89 typedef struct job Job; typedef