/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.h | 30 #define UPSERT_STATUS_RESET(status) (status)->m->reset((status)) argument 32 #define UPSERT_STATUS_GET_SERVER_STATUS(status) (status)->server_status argument 33 #define UPSERT_STATUS_SET_SERVER_STATUS(status, server_st) (status)->server_status = (server_st) argument 35 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count argument 36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument 38 #define UPSERT_STATUS_GET_AFFECTED_ROWS(status) (status)->affected_rows argument 39 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument 40 #define UPSERT_STATUS_SET_AFFECTED_ROWS_TO_ERROR(status) (status)->m->set_affected_rows_to_error((s… argument 42 #define UPSERT_STATUS_GET_LAST_INSERT_ID(status) (status)->last_insert_id argument 43 #define UPSERT_STATUS_SET_LAST_INSERT_ID(status, id) (status)->last_insert_id = (id) argument
|
/PHP-7.2/ext/intl/collator/ |
H A D | collator_convert.c | 39 UErrorCode* status ) in collator_convert_hash_item_from_utf8_to_utf16() 80 UErrorCode* status ) in collator_convert_hash_item_from_utf16_to_utf8() 117 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16() 136 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8() 164 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf16_to_utf8() local 192 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf8_to_utf16() local 218 UErrorCode status = U_ZERO_ERROR; in collator_convert_object_to_string() local
|
/PHP-7.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 112 #define STRPOS_CHECK_STATUS(status, error) \ argument 139 UErrorCode status; in grapheme_strpos_utf16() local 239 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() local 278 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() local 379 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
|
H A D | grapheme_string.c | 62 UErrorCode status; in PHP_FUNCTION() local 384 UErrorCode status; in PHP_FUNCTION() local 783 UErrorCode status; in PHP_FUNCTION() local
|
/PHP-7.2/ext/intl/ |
H A D | intl_convert.c | 53 UErrorCode* status ) in intl_convert_utf8_to_utf16() 120 UErrorCode* status ) in intl_convert_utf16_to_utf8()
|
H A D | intl_convertcpp.cpp | 28 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar() 59 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
|
H A D | php_intl.c | 1049 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() local
|
/PHP-7.2/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 59 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 221 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 295 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 335 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 360 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 383 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
|
/PHP-7.2/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 43 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 179 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
|
/PHP-7.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_base64.c | 118 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local 198 int status, cache; in mbfl_filt_conv_base64dec_flush() local
|
H A D | mbfilter_utf7imap.c | 339 int status, cache; in mbfl_filt_conv_wchar_utf7imap_flush() local
|
/PHP-7.2/ext/bz2/ |
H A D | bz2_filter.c | 43 enum strm_status status; /* Decompress option */ member 79 int status; in php_bz2_decompress_filter() local 217 int status; in php_bz2_compress_filter() local 314 int status = BZ_OK; in php_bz2_filter_create() local
|
/PHP-7.2/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 124 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() 231 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone() 270 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
|
/PHP-7.2/ext/standard/ |
H A D | dns_win32.c | 50 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local 99 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local 397 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
|
/PHP-7.2/ext/zlib/ |
H A D | zlib_filter.c | 66 int status; in php_zlib_inflate_filter() local 183 int status; in php_zlib_deflate_filter() local 285 int status; in php_zlib_filter_create() local
|
H A D | zlib.c | 340 int status; in php_zlib_encode() local 377 int status, round = 0; in php_zlib_inflate_rounds() local 426 int status = Z_DATA_ERROR; in php_zlib_decode() local 914 int status; in PHP_FUNCTION() local 1170 int status; in PHP_FUNCTION() local 1457 int status = php_output_get_status(); in PHP_INI_MH() local
|
/PHP-7.2/ext/filter/ |
H A D | callback_filter.c | 27 int status; in php_filter_callback() local
|
/PHP-7.2/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 56 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 102 virtual const UnicodeString* snext(UErrorCode& status) in snext() 112 virtual const char* next(int32_t *resultLength, UErrorCode &status) in next() 127 void reset(UErrorCode& status) in reset() 143 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 1125 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
|
/PHP-7.2/ext/intl/idn/ |
H A D | idn.c | 139 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46() local 204 UErrorCode status; in php_intl_idn_to() local
|
/PHP-7.2/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 139 ExecStatusType status; in pgsql_stmt_execute() local 425 ExecStatusType status; in pgsql_stmt_fetch() local 643 ExecStatusType status; in pgsql_stmt_get_column_meta() local
|
/PHP-7.2/sapi/apache2handler/ |
H A D | apache_config.c | 53 char status; member 57 … char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) in real_value_hnd() 87 …st char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) in real_flag_hnd()
|
/PHP-7.2/ext/intl/locale/ |
H A D | locale_methods.c | 269 UErrorCode status = U_ZERO_ERROR; in get_icu_value_internal() local 396 UErrorCode status = U_ZERO_ERROR; in get_icu_value_src_php() local 499 UErrorCode status = U_ZERO_ERROR; in get_icu_disp_value_src_php() local 691 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 1266 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 1612 UErrorCode status = 0; in PHP_FUNCTION() local
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_report.c | 57 void php_mysqli_report_index(const char *query, unsigned int status) { in php_mysqli_report_index()
|
/PHP-7.2/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 567 UErrorCode status = UErrorCode(); in umsg_format_helper() local 611 UErrorCode status = UErrorCode(); in umsg_format_helper() local 657 …MessageFormat *fmt, int *count, zval **args, UChar *source, int32_t source_len, UErrorCode *status) in umsg_parse_helper()
|
/PHP-7.2/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 40 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg() local
|