Home
last modified time | relevance | path

Searched refs:nsapi_servact_prototype (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/nsapi/
H A Dnsapi.c224 typedef int (*nsapi_servact_prototype)(Session *sn, Request *rq); typedef
225 nsapi_servact_prototype nsapi_servact_uri2path = NULL;
226 nsapi_servact_prototype nsapi_servact_pathchecks = NULL;
227 nsapi_servact_prototype nsapi_servact_fileinfo = NULL;
228 nsapi_servact_prototype nsapi_servact_service = NULL;
268 nsapi_servact_uri2path = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_uri2path"); in php_nsapi_init_dynamic_symbols()
269 …nsapi_servact_pathchecks = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_pathchecks… in php_nsapi_init_dynamic_symbols()
270 nsapi_servact_fileinfo = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_fileinfo"); in php_nsapi_init_dynamic_symbols()
271 nsapi_servact_service = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_service"); in php_nsapi_init_dynamic_symbols()

Completed in 12 milliseconds