| /PHP_5_3/ |
| H A D | run-tests.php | 1613 $query_string = trim($section_text['GET']); variable 1615 $query_string = ''; variable 1619 $env['QUERY_STRING'] = $query_string;
|
| 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_3/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 | 382 char *query_string; local 409 query_string = NULL; 411 if (proc.query_string[0] != '\0') { 413 query_string = proc.query_string; 415 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); 443 query_string ? "?" : "", 444 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_3/ext/mbstring/ |
| H A D | mb_gpc.c | 102 c_var = SG(request_info).query_string;
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 446 zval *query_string; local 449 MAKE_STD_ZVAL(query_string); 450 ZVAL_STRINGL(query_string, stmt->query_string, stmt->query_stringlen, 1); 452 std_object_handlers.write_property(object, &z_key, query_string TSRMLS_CC); 453 zval_ptr_dtor(&query_string); 576 stmt->query_string = estrndup(statement, statement_len); 1105 stmt->query_string = estrndup(statement, statement_len); 1109 stmt->active_query_string = stmt->query_string;
|
| 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) { 2171 stmt->query_stringlen, stmt->query_string); 2408 if (stmt->query_string) { 2409 efree(stmt->query_string);
|
| H A D | php_pdo_driver.h | 594 char *query_string; member in struct:_pdo_stmt_t
|
| /PHP_5_3/main/ |
| H A D | SAPI.h | 81 char *query_string; member in struct:__anon245
|
| H A D | php_variables.c | 352 c_var = SG(request_info).query_string; 574 if (PG(expose_php) && SG(request_info).query_string && SG(request_info).query_string[0] == '=') { 575 if (php_info_logos(SG(request_info).query_string + 1 TSRMLS_CC)) { 577 } else if (!strcmp(SG(request_info).query_string + 1, PHP_CREDITS_GUID)) { 766 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); 814 php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
|
| /PHP_5_3/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_3/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 409 SG(request_info).query_string = safe_strdup(f->r->args); 449 if (SG(request_info).query_string) { 450 free(SG(request_info).query_string);
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 479 SG(request_info).query_string = apr_pstrdup(r->pool, r->args);
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1096 SG(request_info).query_string = NULL; 1360 SG(request_info).query_string = sapi_cgibin_getenv("QUERY_STRING", sizeof("QUERY_STRING")-1 TSRMLS_CC); 1512 char *query_string; local 1564 if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) { 1567 decoded_query_string = strdup(query_string); 2013 if (!SG(request_info).query_string && argc > php_optind) { 2033 SG(request_info).query_string = s; 2097 if (free_query_string && SG(request_info).query_string) { 2098 free(SG(request_info).query_string); [all...] |
| /PHP_5_3/sapi/continuity/ |
| H A D | capi.c | 414 char *query_string = lstFset_get(NSG(t->vars), "query"); local 422 SG(request_info).query_string = capi_strdup(query_string); 433 capi_free(SG(request_info).query_string);
|
| /PHP_5_3/sapi/nsapi/ |
| H A D | nsapi.c | 755 if (SG(request_info).query_string) { 756 spprintf(&value, 0, "%s?%s", SG(request_info).request_uri, SG(request_info).query_string); 972 char *query_string = pblock_findval("query", rq->reqpb); local 1028 SG(request_info).query_string = query_string;
|
| /PHP_5_3/sapi/phttpd/ |
| H A D | phttpd.c | 193 SG(request_info).query_string = PHG(cip)->hip->request;
|
| /PHP_5_3/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 270 SG(request_info).query_string = lpCB->lpszQueryString;
|
| /PHP_5_3/sapi/roxen/ |
| H A D | roxen.c | 635 SG(request_info).query_string = lookup_string_header("QUERY_STRING", 0);
|
| /PHP_5_3/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_3/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_3/sapi/webjames/ |
| H A D | webjames.c | 177 SG(request_info).query_string = WG(conn)->args;
|