File: libpostgres_lo.x

package info (click to toggle)
guile-pg 0.16-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,088 kB
  • sloc: sh: 9,518; ansic: 1,910; lisp: 1,704; makefile: 147
file content (10 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
  scm_make_gsubr (s_lob_lo_creat  ,     2  ,     0  ,     0  , (SCM (*)() )   lob_lo_creat  );
  scm_make_gsubr (s_lob_lo_open  ,     3  ,     0  ,     0  , (SCM (*)() )   lob_lo_open  );
  scm_make_gsubr (s_lob_lo_unlink  ,     2  ,     0  ,     0  , (SCM (*)() )   lob_lo_unlink  );
  scm_make_gsubr (s_lob_lo_get_connection  ,     1  ,     0  ,     0  , (SCM (*)() )   lob_lo_get_connection  );
  scm_make_gsubr (s_lob_lo_get_oid  ,     1  ,     0  ,     0  , (SCM (*)() )   lob_lo_get_oid  );
  scm_make_gsubr (s_lob_lo_tell  ,     1  ,     0  ,     0  , (SCM (*)() )   lob_lo_tell  );
  scm_make_gsubr (s_lob_lo_seek  ,     3  ,     0  ,     0  , (SCM (*)() )   lob_lo_seek  );
  scm_make_gsubr (s_lob_lo_read  ,     3  ,     0  ,     0  , (SCM (*)() )   lob_lo_read  );
  scm_make_gsubr (s_lob_lo_import  ,     2  ,     0  ,     0  , (SCM (*)() )   lob_lo_import  );
  scm_make_gsubr (s_lob_lo_export  ,     3  ,     0  ,     0  , (SCM (*)() )   lob_lo_export  );