Home
last modified time | relevance | path

Searched refs:status (Results 201 – 225 of 278) sorted by relevance

12345678910>>...12

/PHP-5.6/ext/intl/timezone/
H A Dtimezone_class.cpp180 UErrorCode status = U_ZERO_ERROR; /* outside_error may be NULL */ in timezone_process_timezone_argument() local
183 &status) == FAILURE) { in timezone_process_timezone_argument()
187 intl_errors_set(outside_error, status, message, 1 TSRMLS_CC); in timezone_process_timezone_argument()
/PHP-5.6/sapi/roxen/
H A Droxen.c613 int status = 1; in f_php_roxen_request_handler() local
666 status = php_roxen_module_main(TSRMLS_C); in f_php_roxen_request_handler()
672 push_int(status); in f_php_roxen_request_handler()
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c148 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
269 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
403 SG(sapi_headers).http_response_code = !f->r->status ? HTTP_OK : f->r->status; in php_apache_request_ctor()
/PHP-5.6/ext/mysqli/
H A Dmysqli_driver.c138 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in MAP_PROPERTY_MYG_BOOL_READ()
H A Dmysqli_api.c756 …E *)((mysqli_object *)zend_object_store_get_object(mysql_link TSRMLS_CC))->ptr)->status TSRMLS_CC); in PHP_FUNCTION()
757 …sqli_object *)zend_object_store_get_object(mysql_link TSRMLS_CC))->ptr)->status = MYSQLI_STATUS_UN… in PHP_FUNCTION()
1562 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
1905 if (mysql->mysql->status == MYSQL_STATUS_GET_RESULT) {
1964 mysqli_resource->status = MYSQLI_STATUS_VALID;
2509 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
2561 mysqli_resource->status = MYSQLI_STATUS_VALID;
2665 mysqli_resource->status = MYSQLI_STATUS_VALID;
2719 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli_warning.c319 mysqli_resource->status = MYSQLI_STATUS_VALID;
/PHP-5.6/ext/pgsql/
H A Dpgsql.c1829 ExecStatusType status; local
1874 switch (status) {
1931 ExecStatusType status; local
2014 switch (status) {
2052 ExecStatusType status; local
2097 switch (status) {
2138 ExecStatusType status; local
2221 switch (status) {
4074 switch (status) {
4207 switch (status) {
[all …]
H A DREADME120 Gets connection status. It returns PGSQL_CONNECTION_OK or
137 Get status of query result
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch260 hc->status = status;
276 - hc->protocol, status, title, EXPOSED_SERVER_SOFTWARE, fixed_type,
298 + smart_str_append_long(&s, status);
381 - send_mime( hc, status, title, "", extraheads, "text/html", -1, 0 );
385 status, title, status, title );
399 - send_mime( hc, status, title, "", extraheads, "text/html", -1, 0 );
443 + hc->status = 0;
531 - hc->status = 0;
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
[all …]
/PHP-5.6/ext/tidy/
H A Dtidy.c1114 int status; in PHP_INI_MH() local
1128 status = php_output_get_status(TSRMLS_C); in PHP_INI_MH()
1130 if (value && (status & PHP_OUTPUT_WRITTEN)) { in PHP_INI_MH()
1134 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()
1140status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
1148 return status; in PHP_INI_MH()
1178 int status = FAILURE; in php_tidy_output_handler() local
1203 status = SUCCESS; in php_tidy_output_handler()
1211 return status; in php_tidy_output_handler()
/PHP-5.6/ext/standard/
H A Dimage.c206 int slength, status=0; in php_handle_swc() local
235 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()
236 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
242 if (status == Z_OK) { in php_handle_swc()
251 if (!status) { in php_handle_swc()
/PHP-5.6/ext/pcntl/tests/
H A D002.phpt47 pcntl_waitpid($pid, $status);
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_free_result.phpt32 // stmt object status test
H A Dmysqli_stmt_store_result.phpt30 // stmt object status test
H A Dmysqli_stmt_fetch.phpt32 // stmt object status test
/PHP-5.6/ext/pdo/
H A DTODO66 mysqli_stat(); one line summary of server status
/PHP-5.6/win32/build/
H A Dprojectgen.js537 var status = (PHP_DEBUG == "no" ? 'Release' : 'Debug');
538 var statusts = status + (ts ? "_" + ts.toUpperCase() : "");
605 … + '"' + ' /libpath:"' + outpath + '"' + ' /libpath:"..\\' + path + 'bindlib_w32\\' + status + '"';
/PHP-5.6/main/streams/
H A Dstreams.c592 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
610 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags TSRMLS_CC); in _php_stream_fill_read_buffer()
612 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
625 switch (status) { in _php_stream_fill_read_buffer()
1165 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1176 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1179 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1191 switch (status) { in _php_stream_write_filtered()
/PHP-5.6/ext/soap/
H A DTODO87 ? HTTP status codes
/PHP-5.6/sapi/apache/
H A Dmod_php5.c231 r->status = SG(sapi_headers).http_response_code; in sapi_apache_send_headers()
243 if(r->status==304) { in sapi_apache_send_headers()
533 SG(sapi_headers).http_response_code = r->status; in init_request_info()
H A Dphp_apache.c364 if (rr->status != 200) { in PHP_FUNCTION()
475 add_property_long(return_value,"status", rr->status); in PHP_FUNCTION()
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c370 ((request_rec *) SG(server_context))->status = SG(sapi_headers).http_response_code; in sapi_apache_send_headers()
586 SG(sapi_headers).http_response_code = r->status; in init_request_info()
1332 int status = DECLINED; in php_access_hook() local
1336 status = sapi_stack_apply_with_argument_stop_if_http_error(&conf->access_handlers, in php_access_hook()
1339 return status; in php_access_hook()
/PHP-5.6/main/
H A Dphp_output.h206 PHPAPI void php_output_set_status(int status TSRMLS_DC);
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h210 int (*status)(int,int*,int*,int); member
448 #define sqlite3_status sqlite3_api->status
/PHP-5.6/sapi/fpm/
H A Dconfig.m4148 int status;
157 waitpid(child, &status, 0);
670 …-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)

Completed in 102 milliseconds

12345678910>>...12