Lines Matching refs:pb

94 	pblock	*pb;  member
788 log_error(LOG_INFORM, pblock_findval("fn", rc->pb), rc->sn, rc->rq, "%s", message); in nsapi_log_message()
855 for (i=0; i < NSG(pb)->hsize; i++) { in nsapi_php_ini_entries()
856 entry=NSG(pb)->ht[i]; in nsapi_php_ini_entries()
869 …log_error(LOG_WARN, pblock_findval("fn", NSG(pb)), NSG(sn), NSG(rq), "Cannot change php.ini key \"… in nsapi_php_ini_entries()
911 int NSAPI_PUBLIC php5_init(pblock *pb, Session *sn, Request *rq) in php5_init() argument
927 if (strval = pblock_findval("php_ini", pb)) { in php5_init()
934 if (strval = pblock_findval("server_lib", pb)) { in php5_init()
945 …log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads expect… in php5_init()
964 int NSAPI_PUBLIC php5_execute(pblock *pb, Session *sn, Request *rq) in php5_execute() argument
977 char *directive = pblock_findval("Directive", pb); in php5_execute()
982 char *path_translated = pblock_findval("script", pb); in php5_execute()
993 log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Missing 'script' parameter"); in php5_execute()
1005 …log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot make nesting PHP requests with nsapi… in php5_execute()
1016 …log_error(LOG_CATASTROPHE, pblock_findval("fn", pb), sn, rq, "Insufficient memory to process PHP r… in php5_execute()
1019 request_context->pb = pb; in php5_execute()
1053 log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot prepare PHP engine!"); in php5_execute()
1063 …log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot execute PHP script: %s (File not fou… in php5_execute()
1093 int NSAPI_PUBLIC php5_auth_trans(pblock * pb, Session * sn, Request * rq) in php5_auth_trans() argument