Home
last modified time | relevance | path

Searched defs:code (Results 51 – 70 of 70) sorted by last modified time

123

/PHP-7.4/ext/standard/
H A Dsoundex.c31 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dpack.c254 char code = format[i++]; in PHP_FUNCTION() local
381 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
464 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
H A Dhtml.c529 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
651 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
830 …nline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned code) { in write_octet_sequence()
908 unsigned code, code2 = 0; in traverse_for_entities() local
1613 unsigned code; in PHP_FUNCTION() local
/PHP-7.4/ext/session/
H A Dphp_session.h293 #define PS_ENCODE_LOOP(code) do { \ argument
/PHP-7.4/ext/readline/
H A Dreadline_cli.c184 char *code; in cli_get_prompt() local
206 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code()
592 char *code = emalloc(size); in readline_shell_run() local
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.h105 static inline int php_unicode_is_lower(unsigned long code) { in php_unicode_is_lower()
113 static inline int php_unicode_is_upper(unsigned long code) { in php_unicode_is_upper()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c303 UChar32 code, UCharNameChoice nameChoice, in enumCharNames_callback()
/PHP-7.4/ext/intl/
H A Dintl_error.c183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
H A Dintl_error.h29 UErrorCode code; member
/PHP-7.4/ext/curl/
H A Dshare.c155 zend_long code; in PHP_FUNCTION() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c756 XMLRPC_ERROR_CODE code; in map_expat_errors() local
H A Dxmlrpc.h244 XMLRPC_ERROR_CODE code; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info()
268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate()
H A Dpcre2_substring.c480 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan()
541 pcre2_substring_number_from_name(const pcre2_code *code, in pcre2_substring_number_from_name()
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php135 public function addProp(int $code, string $prop) {
305 function addSpecialCasing(UnicodeData $data, string $type, int $code, array $caseCodes) : void {
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c434 int code, incode, i; in LWZReadByte_() local
H A Dgdkanji.c341 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
106 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()

Completed in 95 milliseconds

123