doc/development/mod_jk nsapi.txt

Sun, 26 Jan 2020 10:13:11 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 26 Jan 2020 10:13:11 +0100
branch
webdav
changeset 242
c337a7ac82a8
parent 5
dbc01588686e
permissions
-rw-r--r--

implement webdav_proppatch

mod_jk uses the following nsapi functions:

param_free                      line 143
pblock_fr                       line 143: pblock_remove
pblock_nvinsert                 line 147
http_status                     line 155: protocol_status
http_start_response             line 157: protocol_start_response
netbuf_next                     line 188: netbuf_getc
netbuf_getbytes
net_write                       line 226
pblock_findval                  line 439
systhread_start                 line 303
systhread_sleep                 line 306
magnus_atrestart                line 314
shexp_match                     line 367
request_header                  line 443
session_dns_lookup              line 453: session_dns
conf_getglobals()               line 464: server_name
                                          server_portnum
                                          security_active


data structures:

Session:
          csd      net_write
          inbuf    netbuf_getc

mercurial