Home
last modified time | relevance | path

Searched refs:warning_count (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c441 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, rset_header.warning_count); in mysqlnd_query_read_result_set_header()
533 … DBG_INF_FMT("warnings=%u server_status=%u", fields_eof.warning_count, fields_eof.server_status); in mysqlnd_query_read_result_set_header()
534 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, fields_eof.warning_count); in mysqlnd_query_read_result_set_header()
752 DBG_INF_FMT("warnings=%u server_status=%u", row_packet->warning_count, row_packet->server_status); in MYSQLND_METHOD()
756 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
892 DBG_INF_FMT("warnings=%u server_status=%u", row_packet->warning_count, row_packet->server_status); in MYSQLND_METHOD()
896 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet->warning_count); in MYSQLND_METHOD()
1358 UPSERT_STATUS_SET_WARNINGS(conn->upsert_status, row_packet.warning_count); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c49 upsert_status->warning_count = 0; in MYSQLND_METHOD()
1356 MYSQLND_METHOD(mysqlnd_conn_data, warning_count)(const MYSQLND_CONN_DATA * const conn) argument
2347 MYSQLND_METHOD(mysqlnd_conn_data, warning_count),
H A Dmysqlnd_structs.h123 unsigned int warning_count; member
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt129 ["warning_count"]=>
H A Dmysqli_class_mysqli_reflection.phpt1326 Inspecting property 'warning_count'
1350 Default property 'warning_count'
/PHP-7.4/ext/date/lib/
H A Dparse_date.re336 s->errors->warning_count++;
338 s->errors->warning_messages[s->errors->warning_count - 1].error_code = error_code;
340 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0;
341 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
356 s->errors->warning_count++;
358 s->errors->warning_messages[s->errors->warning_count - 1].error_code = error_code;
359 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
360 s->errors->warning_messages[s->errors->warning_count - 1].character = *cptr;
361 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
1834 in.errors->warning_count = 0;
[all …]
H A Dtimelib.c156 for (i = 0; i < errors->warning_count; i++) { in timelib_error_container_dtor()
H A Dtimelib.h295 int warning_count; member
H A Dparse_iso_intervals.re338 in.errors->warning_count = 0;
H A Dparse_iso_intervals.c943 in.errors->warning_count = 0; in timelib_strtointerval()
H A Dparse_date.c338 s->errors->warning_count++; in add_warning()
340 s->errors->warning_messages[s->errors->warning_count - 1].error_code = error_code; in add_warning()
342 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
343 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
358 s->errors->warning_count++; in add_pbf_warning()
360 s->errors->warning_messages[s->errors->warning_count - 1].error_code = error_code; in add_pbf_warning()
361 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr; in add_pbf_warning()
362 s->errors->warning_messages[s->errors->warning_count - 1].character = *cptr; in add_pbf_warning()
363 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_pbf_warning()
24942 in.errors->warning_count = 0; in timelib_strtotime()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c3082 add_assoc_long(z, "warning_count", error->warning_count); in zval_from_error_container()
3084 for (i = 0; i < error->warning_count; i++) { in zval_from_error_container()

Completed in 85 milliseconds

12