Lines Matching refs:pb

94 	pblock	*pb;  member
783 log_error(LOG_INFORM, pblock_findval("fn", rc->pb), rc->sn, rc->rq, "%s", message); in nsapi_log_message()
850 for (i=0; i < NSG(pb)->hsize; i++) { in nsapi_php_ini_entries()
851 entry=NSG(pb)->ht[i]; in nsapi_php_ini_entries()
864 …log_error(LOG_WARN, pblock_findval("fn", NSG(pb)), NSG(sn), NSG(rq), "Cannot change php.ini key \"… in nsapi_php_ini_entries()
906 int NSAPI_PUBLIC php5_init(pblock *pb, Session *sn, Request *rq) in php5_init() argument
922 if (strval = pblock_findval("php_ini", pb)) { in php5_init()
929 if (strval = pblock_findval("server_lib", pb)) { in php5_init()
940 …log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads expect… in php5_init()
959 int NSAPI_PUBLIC php5_execute(pblock *pb, Session *sn, Request *rq) in php5_execute() argument
972 char *directive = pblock_findval("Directive", pb); in php5_execute()
977 char *path_translated = pblock_findval("script", pb); in php5_execute()
988 log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Missing 'script' parameter"); in php5_execute()
1000 …log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot make nesting PHP requests with nsapi… in php5_execute()
1011 …log_error(LOG_CATASTROPHE, pblock_findval("fn", pb), sn, rq, "Insufficient memory to process PHP r… in php5_execute()
1014 request_context->pb = pb; in php5_execute()
1048 log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot prepare PHP engine!"); in php5_execute()
1058 …log_error(LOG_WARN, pblock_findval("fn", pb), sn, rq, "Cannot execute PHP script: %s (File not fou… in php5_execute()
1088 int NSAPI_PUBLIC php5_auth_trans(pblock * pb, Session * sn, Request * rq) in php5_auth_trans() argument