XWBTCPZ ;SLC/KCM - calls to client listener [ 12/04/94 8:58 PM ]
Source file <XWBTCPZ.m>
| Package | Total | Call Graph |
|---|---|---|
| Uncategorized | 2 | ^$&ZLIB.%BOOLEAN ^$&ZLIB.%GETDVI |
| RPC Broker | 1 | $$NCRYPT^XWBTCPZ |
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| STARTAPP(APP,ERR,DHCP) | ; Start a windowed application (use full path name)
; input: X is name of windowed app ; output: ERR is returned error code (passed by reference) |
|
| XOR(X1,X2) | ;Exclusive OR two numbers
|
|
| DEC(X) | ; Return the decimal value of the hex number in X
|
|
| HEX(X) | ; Return the hex value of the decimal number in X
|
|
| NCRYPT(SRC,KEY) | ; Encrypt the string in SRC, using KEY
; Input: SRC, KEY ; Output: DEST returned as value of function |
|
| DCRYPT(SRC,KEY) | ; Decrypt the string in SRC, using KEY
; Input: SRC, KEY ; Output: DEST returned as value of function |
| Name | Field # of Occurrence |
|---|---|
| ^$&ZLIB.%BOOLEAN | XOR+1 |
| ^$&ZLIB.%GETDVI | STARTAPP+7 |
| $$NCRYPT^XWBTCPZ | STARTAPP+15 |
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Name | Line Occurrences (* Changed, ! Killed) |
|---|---|
| ^%ZOSF("OS" | STARTAPP+5, XOR+1, XOR+2 |
| Name | Line Occurrences |
|---|---|
| $$DEC | DCRYPT+4, DCRYPT+6 |
| $$HEX | NCRYPT+5, NCRYPT+11 |
| $$XOR | NCRYPT+10, DCRYPT+9 |
| Name | Field # of Occurrence |
|---|---|
| ^("OS" | STARTAPP+5 |
| >> | Not killed explicitly |
| * | Changed |
| ! | Killed |
| ~ | Newed |
| Name | Field # of Occurrence |
|---|---|
| APP | STARTAPP~, STARTAPP+4, STARTAPP+14 |
| DEST | NCRYPT+3~, NCRYPT+5*, NCRYPT+11*, NCRYPT+13, DCRYPT+3~, DCRYPT+4*, DCRYPT+12*, DCRYPT+13 |
| DEV | STARTAPP+3~, STARTAPP+11*, STARTAPP+12*, STARTAPP+22 |
| DHCP | STARTAPP~, STARTAPP+15 |
| DUZ | STARTAPP+15 |
| ERR | STARTAPP~, STARTAPP+4*, STARTAPP+9*, STARTAPP+19*, STARTAPP+20* |
| I | STARTAPP+3~, HEX+1~, HEX+2*, DEC+1~, DEC+2* |
| >> IP | STARTAPP+7*, STARTAPP+8*, STARTAPP+9, STARTAPP+12 |
| KEY | NCRYPT~, NCRYPT+8, NCRYPT+10, DCRYPT~, DCRYPT+7, DCRYPT+9 |
| KEYPOS | NCRYPT+3~, NCRYPT+6*, NCRYPT+8*, NCRYPT+9*, NCRYPT+10, DCRYPT+3~, DCRYPT+4*, DCRYPT+7*, DCRYPT+8*, DCRYPT+9 |
| LEN | STARTAPP+3~, STARTAPP+18* |
| OFFSET | NCRYPT+3~, NCRYPT+4*, NCRYPT+5, NCRYPT+7, NCRYPT+12*, DCRYPT+3~, DCRYPT+4*, DCRYPT+10, DCRYPT+11, DCRYPT+12* |
| OS | STARTAPP+3~, STARTAPP+5*, STARTAPP+7, STARTAPP+8, STARTAPP+11, STARTAPP+12 |
| SKT | STARTAPP+3~, STARTAPP+4*, STARTAPP+11, STARTAPP+12 |
| >> SOCKET( | STARTAPP+12 |
| SRC | NCRYPT~, NCRYPT+6, NCRYPT+7, DCRYPT~, DCRYPT+4, DCRYPT+5, DCRYPT+6 |
| SRCASC | NCRYPT+3~, NCRYPT+7*, NCRYPT+10*, NCRYPT+11, NCRYPT+12, DCRYPT+3~, DCRYPT+6*, DCRYPT+9, DCRYPT+12 |
| SRCPOS | NCRYPT+3~, NCRYPT+6*, NCRYPT+7, DCRYPT+3~, DCRYPT+5*, DCRYPT+6 |
| TMPASC | DCRYPT+3~, DCRYPT+9*, DCRYPT+10*, DCRYPT+11*, DCRYPT+12 |
| X | STARTAPP+3~, STARTAPP+14*, STARTAPP+15*, STARTAPP+16, STARTAPP+18*, STARTAPP+19, HEX~, HEX+2*, DEC~, DEC+2 |
| X1 | HEX+1~*, HEX+2, DEC+1~*, DEC+2, XOR~, XOR+1, XOR+2 |
| X2 | XOR~, XOR+1, XOR+2 |
| Y | HEX+1~*, HEX+2*, HEX+3, DEC+1~*, DEC+2*, DEC+3 |