Searched refs:init_stuff (Results 1 – 3 of 3) sorted by relevance
191 static int init_stuff(stuff_t* stuff, int argc, char *argv[]) { in init_stuff() function381 if(!init_stuff(&stuff, argc, argv)) { in main()
140 init_stuff(&handle); // initializes the variable 'handle'155 lib.init_stuff(p_handle) # pass the pointer to the 'handle' pointer
5875 init_stuff(PyObject *module_dict) in init_stuff() function6029 if (init_stuff(di) < 0) return; in initcPickle()