fpm_php_get_string_from_table   47 sapi/fpm/fpm/fpm_php.h char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC);
fpm_php_get_string_from_table  129 sapi/fpm/fpm/fpm_status.c 		full = (fpm_php_get_string_from_table("_GET", "full" TSRMLS_CC) != NULL);
fpm_php_get_string_from_table  135 sapi/fpm/fpm/fpm_status.c 		if (fpm_php_get_string_from_table("_GET", "html" TSRMLS_CC)) {
fpm_php_get_string_from_table  210 sapi/fpm/fpm/fpm_status.c 		} else if (fpm_php_get_string_from_table("_GET", "xml" TSRMLS_CC)) {
fpm_php_get_string_from_table  262 sapi/fpm/fpm/fpm_status.c 		} else if (fpm_php_get_string_from_table("_GET", "json" TSRMLS_CC)) {