| /PHP_5_5/sapi/cli/ |
| H A D | php_http_parser.c | 786 MARK(query_string); 829 CALLBACK(query_string); 834 CALLBACK(query_string); 841 CALLBACK(query_string); 847 CALLBACK(query_string); 1555 CALLBACK_NOCLEAR(query_string);
|
| H A D | php_cli_server.c | 132 char *query_string; member in struct:php_cli_server_request 666 if (client->request.query_string) { 667 sapi_cli_server_register_variable(track_vars_array, "QUERY_STRING", client->request.query_string TSRMLS_CC); 1283 req->query_string = NULL; 1307 if (req->query_string) { 1308 pefree(req->query_string, 1); 1514 client->request.query_string = pestrndup(at, length, 1); 1712 request_info->query_string = client->request.query_string;
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 180 return SG(request_info).query_string;
|
| H A D | fpm_request.c | 94 proc->query_string[0] = '\0'; 95 proc->query_string[0] = '\0'; 112 char *query_string = fpm_php_query_string(TSRMLS_C); local 136 if (query_string) { 137 strlcpy(proc->query_string, query_string, sizeof(proc->query_string));
|
| H A D | fpm_scoreboard.h | 35 char query_string[512]; member in struct:fpm_scoreboard_proc_s
|
| H A D | fpm_status.c | 388 char *query_string; local 415 query_string = NULL; 417 if (proc.query_string[0] != '\0') { 419 query_string = proc.query_string; 421 query_string = php_escape_html_entities_ex((unsigned char *)proc.query_string, strlen(proc.query_string), &len, 1, ENT_HTML_IGNORE_ERRORS & ENT_COMPAT, NULL, 1 TSRMLS_CC); 449 query_string ? "?" : "", 450 query_string [all...] |
| H A D | fpm_log.c | 350 case 'q': /* query_string */ 352 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.query_string); 358 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", *proc.query_string ? "?" : "");
|
| /PHP_5_5/ |
| H A D | server-tests.php | 1268 $query_string = ''; variable 1270 // allow empty query_string requests 1291 $query_string = $haveget?$section_text['GET']:''; variable 1312 $query_string = $request['QUERY_STRING']; variable 1313 if ($query_string) 1314 $url .= '?'.$query_string; 1318 $query_string = $haveget?$section_text['GET']:''; variable 1329 $env['QUERY_STRING']=$query_string;
|
| /PHP_5_5/ext/mbstring/ |
| H A D | mb_gpc.c | 103 c_var = SG(request_info).query_string;
|
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_dbh.c | 448 zval *query_string; local 451 MAKE_STD_ZVAL(query_string); 452 ZVAL_STRINGL(query_string, stmt->query_string, stmt->query_stringlen, 1); 454 std_object_handlers.write_property(object, &z_key, query_string, 0 TSRMLS_CC); 455 zval_ptr_dtor(&query_string); 578 stmt->query_string = estrndup(statement, statement_len); 1111 stmt->query_string = estrndup(statement, statement_len); 1115 stmt->active_query_string = stmt->query_string;
|
| H A D | php_pdo_driver.h | 589 char *query_string; member in struct:_pdo_stmt_t
|
| H A D | pdo_stmt.c | 497 ret = pdo_parse_params(stmt, stmt->query_string, stmt->query_stringlen, 502 stmt->active_query_string = stmt->query_string; 515 if (stmt->active_query_string && stmt->active_query_string != stmt->query_string) { 537 if (stmt->active_query_string && stmt->active_query_string != stmt->query_string) { 2162 stmt->query_stringlen, stmt->query_string); 2390 if (stmt->query_string) { 2391 efree(stmt->query_string);
|
| /PHP_5_5/main/ |
| H A D | SAPI.h | 81 char *query_string; member in struct:__anon272
|
| H A D | php_variables.c | 327 c_var = SG(request_info).query_string; 627 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); 742 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
|
| /PHP_5_5/sapi/aolserver/ |
| H A D | aolserver.c | 442 SG(request_info).query_string = safe_strdup(NSG(conn->request->query)); 483 if (SG(request_info).query_string) 484 free(SG(request_info).query_string);
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 408 SG(request_info).query_string = safe_strdup(f->r->args); 447 if (SG(request_info).query_string) { 448 free(SG(request_info).query_string);
|
| /PHP_5_5/sapi/continuity/ |
| H A D | capi.c | 413 char *query_string = lstFset_get(NSG(t->vars), "query"); local 421 SG(request_info).query_string = capi_strdup(query_string); 432 capi_free(SG(request_info).query_string);
|
| /PHP_5_5/sapi/nsapi/ |
| H A D | nsapi.c | 751 if (SG(request_info).query_string) { 752 spprintf(&value, 0, "%s?%s", SG(request_info).request_uri, SG(request_info).query_string); 967 char *query_string = pblock_findval("query", rq->reqpb); local 1023 SG(request_info).query_string = query_string;
|
| /PHP_5_5/sapi/phttpd/ |
| H A D | phttpd.c | 188 SG(request_info).query_string = PHG(cip)->hip->request;
|
| /PHP_5_5/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 270 SG(request_info).query_string = lpCB->lpszQueryString;
|
| /PHP_5_5/sapi/roxen/ |
| H A D | roxen.c | 635 SG(request_info).query_string = lookup_string_header("QUERY_STRING", 0);
|
| /PHP_5_5/sapi/thttpd/ |
| H A D | thttpd.c | 442 SG(request_info).query_string = TG(hc)->query?strdup(TG(hc)->query):NULL; 471 if (SG(request_info).query_string) 472 free(SG(request_info).query_string);
|
| /PHP_5_5/sapi/tux/ |
| H A D | php_tux.c | 324 SG(request_info).query_string = strdup(TG(req)->query); 358 if (SG(request_info).query_string) 359 free(SG(request_info).query_string);
|
| /PHP_5_5/sapi/webjames/ |
| H A D | webjames.c | 177 SG(request_info).query_string = WG(conn)->args;
|
| /PHP_5_5/sapi/cgi/ |
| H A D | cgi_main.c | 1152 SG(request_info).query_string = NULL; 1419 SG(request_info).query_string = CGI_GETENV("QUERY_STRING"); 1766 char *query_string; local 1819 if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) { 1822 decoded_query_string = strdup(query_string); 2276 if (!SG(request_info).query_string && argc > php_optind) { 2296 SG(request_info).query_string = s; 2360 if (free_query_string && SG(request_info).query_string) { 2361 free(SG(request_info).query_string); [all...] |