HomeSort by: relevance | last modified time | path
    Searched refs:PyModule_AddObject (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tre/dist/python/
tre-python.c 578 if (PyModule_AddObject(m, "Fuzzyness", (PyObject*)&TreFuzzynessType) < 0)
581 if (PyModule_AddObject(m, "Match", (PyObject*)&TreMatchType) < 0)
584 if (PyModule_AddObject(m, "Pattern", (PyObject*)&TrePatternType) < 0)
588 if (PyModule_AddObject(m, "Error", ErrorObject) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-utils.c 331 /* Like PyModule_AddObject, but does not steal a reference to
340 result = PyModule_AddObject (module, name, object);
  /src/external/gpl3/gdb/dist/gdb/python/
py-utils.c 331 /* Like PyModule_AddObject, but does not steal a reference to
340 result = PyModule_AddObject (module, name, object);
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.c 461 if(PyModule_AddObject(pe->module, "mod_env", pe->data) < 0) {
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 2239 /* PyModule_AddObject function was introduced in Python 2.0. The following function
2242 PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2247 "PyModule_AddObject() needs module as first arg");
2252 "PyModule_AddObject() needs non-NULL value");
2294 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);

Completed in 29 milliseconds