]> git.8kb.co.uk Git - dataflex/df32func/blobdiff - src/df32/df32func.inc.autodoc
Just pushing the latest copy of my development / staging DataFlex stuff into git...
[dataflex/df32func] / src / df32 / df32func.inc.autodoc
index 2936ec15d1af8c5e3501ce86363dd123c022d1e5..d2df0a849213bc9964a16998dae85ecea41890d4 100644 (file)
@@ -1,14 +1,17 @@
-df32func.inc last compiled on 09/04/2009 at 21:45:13.05 \r
+df32func.inc last compiled on 25/09/2015 at 14:46:00.74 \r
 df32func DLL functions: \r
-tcpcomm.h:external_function ClientSocket "ClientSocket" df32func.dll dword port string host returns integer\r
-tcpcomm.h:external_function ServerSocket "ServerSocket" df32func.dll dword port returns integer\r
-tcpcomm.h:external_function AcceptClient "AcceptClient" df32func.dll returns integer\r
-tcpcomm.h:external_function Send "Send" df32func.dll dword socket string data returns integer\r
-tcpcomm.h:external_function Receive "Receive" df32func.dll dword socket pointer dataOut returns integer\r
-tcpcomm.h:external_function CloseConnection "CloseConnection" df32func.dll dword socket returns integer\r
-tcpcomm.h:external_function PseudoRand "PseudoRand" df32func.dll dword w returns integer\r
-tcpcomm.h:external_function RdtscRand "RdtscRand" df32func.dll returns integer\r
-win32.h:external_function GetDateFormat "GetDateFormatA" kernel32.dll dword LCID dword dwFlags pointer lpsSystemTime pointer lpFormat pointer lpDateStr integer cchDate returns integer\r
+df32func.h:external_function ClientSocket "ClientSocket" df32func.dll dword port string host returns integer\r
+df32func.h:external_function ServerSocket "ServerSocket" df32func.dll dword port returns integer\r
+df32func.h:external_function AcceptClient "AcceptClient" df32func.dll returns integer\r
+df32func.h:external_function Send "Send" df32func.dll dword socket string data returns integer\r
+df32func.h:external_function Receive "Receive" df32func.dll dword socket pointer dataOut returns integer\r
+df32func.h:external_function CloseConnection "CloseConnection" df32func.dll dword socket returns integer\r
+df32func.h:external_function PseudoRand "PseudoRand" df32func.dll dword w returns integer\r
+df32func.h:external_function RdtscRand "RdtscRand" df32func.dll returns integer\r
+df32func.h:external_function GetTzi "GetTzi" df32func.dll pointer lpTimeZone pointer lpResult returns integer\r
+df32func.h:external_function RegexpMatch "RegexpMatch" df32func.dll pointer str pointer pattern pointer flags integer errors returns integer\r
+df32func.h:external_function RegexpMatches "RegexpMatches" df32func.dll pointer str pointer pattern pointer flags pointer out pointer out_len integer errors returns integer\r
+df32func.h:external_function RegexpReplace "RegexpReplace" df32func.dll pointer str pointer pattern pointer replacement pointer flags pointer out pointer out_len integer errors returns integerwin32.h:external_function GetDateFormat "GetDateFormatA" kernel32.dll dword LCID dword dwFlags pointer lpsSystemTime pointer lpFormat pointer lpDateStr integer cchDate returns integer\r
 win32.h:external_function GetTimeFormat "GetTimeFormatA" kernel32.dll dword LCID dword dwFlags pointer lpsSystemTime pointer lpFormat pointer lpTimeStr integer cchTime returns integer\r
 win32.h:external_function GetFileTime "GetFileTime" kernel32.dll handle hFileHandle pointer lpCreationTime pointer lpLastAccessTime pointer lpLastWriteTime returns integer\r
 win32.h:external_function FileTimeToSystemTime "FileTimeToSystemTime" kernel32.dll pointer lpFileTime Pointer lpSystemTime returns integer\r
@@ -53,6 +56,8 @@ win32.h:external_function CopyMemory "RtlMoveMemory" kernel32.dll pointer pDst p
 win32.h:external_function EnumProcesses "EnumProcesses" psapi.dll pointer lpidProcess integer cb pointer cbNeeded returns integer\r
 win32.h:external_function EnumProcessModules "EnumProcessModules" psapi.dll  handle hProcess pointer lphModule integer cb integer cbNeeded returns integer\r
 win32.h:external_function WideCharToMultiByte "WideCharToMultiByte" kernel32.dll integer cp dword dwF pointer lpWCS integer cchWC pointer lpMBS integer cchMB string dC string uDC returns integer\r
+win32.h:external_function CharToOem "CharToOemA" user32.dll pointer lpszSrc pointer lpszDst returns integer\r
+win32.h:external_function OemToChar "OemToCharA" user32.dll pointer lpszSrc pointer lpszDst returns integer\r
 win32.h:external_function GetSystemTime "GetSystemTime" kernel32.dll Pointer lpGST returns VOID_TYPE\r
 win32.h:external_function GetTickCount "GetTickCount" kernel32.dll returns dWord\r
 win32.h:external_function32 CoCreateGuid "CoCreateGuid" ole32.dll pointer pGUIDStructure returns word\r
@@ -87,7 +92,6 @@ win32.h:external_function CryptStringToBinary "CryptStringToBinaryA" crypt32.dll
 win32.h:external_function GetVersionEx "GetVersionExA" kernel32.dll pointer lpVersionInfo returns integer\r
 win32.h:external_function GetSystemTime "GetSystemTime" kernel32.dll pointer lpSystemTime returns integer\r
 win32.h:external_function GetTimeZoneInformation "GetTimeZoneInformation" kernel32.dll pointer lpTimeZoneInformation returns integer\r
-win32.h:external_function GetTzi "GetTzi" timezone.dll pointer lpTimeZone pointer lpResult returns integer\r
 df32func functions: \r
 console.inc:function set_mode global integer argv returns integer\r
 console.inc:function screen_display global string argv returns integer\r
@@ -133,6 +137,11 @@ math.inc:function decround global number argv integer argv2 returns string
 math.inc:function rshift global integer argv integer shift_by returns integer\r
 math.inc:function lshift global integer argv integer shift_by returns integer\r
 math.inc:function ternary global string argv string argv2 string argv3 returns string\r
+regex.inc:function regexp_match global string str string pattern string flags returns integer\r
+regex.inc:function regexp_matches global string str string pattern string flags returns string\r
+regex.inc:function regexp_replace global string str string pattern string replacement string flags returns string\r
+regex.inc:function regexp_matches_count global string argv returns integer\r
+regex.inc:function regexp_matches_item global string argv integer argv2 returns string\r
 string.inc:function titlecase global string argv returns string\r
 string.inc:function replaceall global string argv string argv2 string argv3 returns string\r
 string.inc:function zeropad global string argv integer argv2 returns string\r
@@ -180,6 +189,8 @@ win32.inc:function file_size_bytes global string argv returns integer
 win32.inc:function to_ascii global string argv returns string\r
 win32.inc:function to_unicode global string argv returns string\r
 win32.inc:function to_utf8 global string argv returns string\r
+win32.inc:function ansi_to_oem global string argv returns string\r
+win32.inc:function oem_to_ansi global string argv returns string\r
 win32.inc:function get_procs global integer argv returns integer\r
 win32.inc:function time_data global integer argv returns string\r
 win32.inc:function fill_0 global integer iValue integer iSize returns string\r
@@ -224,4 +235,6 @@ data.inc:class UnicodeReader is an array
 data.inc:class ListDirectory is a matrix\r
 data.inc:class ProcessList is an array\r
 string.inc:class StringTokenizer is an array\r
+tap.inc:class TAP is an array
+tap.inc:class TAP_harness is a TAP
 win32.inc:class msAdvCrypt is an array\r