DBA Data[Home] [Help]

SYS.DBMS_DBFS_SFS dependencies on DBMS_DBFS_CONTENT_RAW_T

Line 698: buffers out nocopy dbms_dbfs_content_raw_t,

694: path in varchar2,
695: properties in out nocopy dbms_dbfs_content_properties_t,
696: amount in out number,
697: offset in number,
698: buffers out nocopy dbms_dbfs_content_raw_t,
699: prop_flags in integer,
700: ctx in dbms_dbfs_content_context_t);
701:
702: procedure putPath(

Line 727: buffers in dbms_dbfs_content_raw_t,

723: path in varchar2,
724: properties in out nocopy dbms_dbfs_content_properties_t,
725: written out number,
726: offset in number,
727: buffers in dbms_dbfs_content_raw_t,
728: prop_flags in integer,
729: ctx in dbms_dbfs_content_context_t);
730:
731:

Line 1757: buffers out nocopy dbms_dbfs_content_raw_t)

1753: ctx in dbms_dbfs_content_context_t,
1754: path in varchar2,
1755: amount in integer,
1756: offset0 in integer,
1757: buffers out nocopy dbms_dbfs_content_raw_t)
1758: return integer;
1759:
1760: function fs_write(
1761: store in varchar2,

Line 1800: buffers in dbms_dbfs_content_raw_t)

1796: mount in varchar2,
1797: ctx in dbms_dbfs_content_context_t,
1798: path in varchar2,
1799: offset0 in integer,
1800: buffers in dbms_dbfs_content_raw_t)
1801: return integer;
1802:
1803: function fs_write(
1804: store in varchar2,

Line 1809: buffers in dbms_dbfs_content_raw_t,

1805: mount in varchar2,
1806: ctx in dbms_dbfs_content_context_t,
1807: path in varchar2,
1808: offset0 in integer,
1809: buffers in dbms_dbfs_content_raw_t,
1810: ret_ino out integer,
1811: ret_mode out integer,
1812: ret_nlink out integer,
1813: ret_uid out integer,