/PHP-7.3/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.3/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.3/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 238 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() local 277 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() local 378 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
|
H A D | grapheme_string.c | 65 UErrorCode status; in PHP_FUNCTION() local 388 UErrorCode status; in PHP_FUNCTION() local 787 UErrorCode status; in PHP_FUNCTION() local
|
/PHP-7.3/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 | 26 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar() 57 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
|
/PHP-7.3/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 63 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 223 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 297 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 337 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 362 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local 385 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
|
/PHP-7.3/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 117 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 264 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 356 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
|
/PHP-7.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_base64.c | 120 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local 200 int status, cache; in mbfl_filt_conv_base64dec_flush() local
|
H A D | mbfilter_utf7imap.c | 341 int status, cache; in mbfl_filt_conv_wchar_utf7imap_flush() local
|
/PHP-7.3/ext/bz2/ |
H A D | bz2_filter.c | 41 enum strm_status status; /* Decompress option */ member 77 int status; in php_bz2_decompress_filter() local 215 int status; in php_bz2_compress_filter() local 312 int status = BZ_OK; in php_bz2_filter_create() local
|
/PHP-7.3/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 125 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() 232 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone() 271 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
|
/PHP-7.3/ext/zlib/ |
H A D | zlib_filter.c | 64 int status; in php_zlib_inflate_filter() local 181 int status; in php_zlib_deflate_filter() local 283 int status; in php_zlib_filter_create() local
|
H A D | zlib.c | 338 int status; in php_zlib_encode() local 375 int status, round = 0; in php_zlib_inflate_rounds() local 424 int status = Z_DATA_ERROR; in php_zlib_decode() local 912 int status; in PHP_FUNCTION() local 1168 int status; in PHP_FUNCTION() local 1455 int status = php_output_get_status(); in PHP_INI_MH() local
|
/PHP-7.3/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.3/ext/filter/ |
H A D | callback_filter.c | 25 int status; in php_filter_callback() local
|
/PHP-7.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 61 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 107 virtual const UnicodeString* snext(UErrorCode& status) in snext() 117 virtual const char* next(int32_t *resultLength, UErrorCode &status) in next() 132 void reset(UErrorCode& status) in reset() 148 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 1130 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
|
/PHP-7.3/sapi/apache2handler/ |
H A D | apache_config.c | 51 char status; member 55 … char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) in real_value_hnd() 85 …st char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) in real_flag_hnd()
|
/PHP-7.3/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 137 ExecStatusType status; in pgsql_stmt_execute() local 423 ExecStatusType status; in pgsql_stmt_fetch() local 641 ExecStatusType status; in pgsql_stmt_get_column_meta() local
|
/PHP-7.3/ext/intl/locale/ |
H A D | locale_methods.c | 265 UErrorCode status = U_ZERO_ERROR; in get_icu_value_internal() local 394 UErrorCode status = U_ZERO_ERROR; in get_icu_value_src_php() local 497 UErrorCode status = U_ZERO_ERROR; in get_icu_disp_value_src_php() local 688 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 1259 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local 1596 UErrorCode status = 0; in PHP_FUNCTION() local
|
/PHP-7.3/ext/intl/idn/ |
H A D | idn.c | 138 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46() local 210 UErrorCode status; in php_intl_idn_to() local
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_report.c | 55 void php_mysqli_report_index(const char *query, unsigned int status) { in php_mysqli_report_index()
|
/PHP-7.3/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 42 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg() local
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.h | 80 int status; member 93 int status; member 103 int status; member 118 int status; member 161 int status; member 176 int status; member 187 int status; member 198 int status; member 207 int status; member 218 int status; member [all …]
|
/PHP-7.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 555 UErrorCode status = UErrorCode(); in umsg_format_helper() local 599 UErrorCode status = UErrorCode(); in umsg_format_helper() local 645 …MessageFormat *fmt, int *count, zval **args, UChar *source, int32_t source_len, UErrorCode *status) in umsg_parse_helper()
|