Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 239) sorted by relevance

12345678910

/PHP-8.2/ext/date/lib/
H A Dparse_posix.c40 static char* timelib_strndup(const char* s, size_t n) in timelib_strndup()
H A Ddow.c195 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
H A Dtimelib.c227 timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib_sll s) in timelib_hms_to_seconds()
/PHP-8.2/ext/gd/libgd/
H A Dgd.c345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
1517 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1528 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1541 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1552 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
1563 static int strlen16 (unsigned short *s) in strlen16()
1589 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1594 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
/PHP-8.2/ext/opcache/
H A Dzend_persist_calc.c30 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m… argument
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h215 static inline unsigned char* mb_convert_buf_appends(unsigned char *out, const char *s) in mb_convert_buf_appends()
223 static inline unsigned char* mb_convert_buf_appendn(unsigned char *out, const char *s, size_t n) in mb_convert_buf_appendn()
/PHP-8.2/ext/standard/
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Ddir.c496 zend_stat_t s = {0}; in PHP_FUNCTION() local
H A Dhtml.c741 const entity_cp_map *s; in resolve_named_entity_html() local
1061 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.c127 int s = 0; in fpm_pctl_kill() local
H A Dfpm_scoreboard.c237 struct fpm_scoreboard_s *s; in fpm_scoreboard_acquire() local
/PHP-8.2/ext/json/
H A Djson_encoder.c319 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
/PHP-8.2/ext/readline/
H A Dreadline.c141 #define SAFE_STRING(s) ((s)?(char*)(s):"") argument
/PHP-8.2/ext/intl/collator/
H A Dcollator_sort.c191 static int collator_compare_func(Bucket *f, Bucket *s) in collator_compare_func()
/PHP-8.2/ext/phar/
H A Ddirstream.c156 static int phar_compare_dir_name(Bucket *f, Bucket *s) /* {{{ */ in phar_compare_dir_name()
/PHP-8.2/ext/intl/locale/
H A Dlocale_methods.c189 #define isIDPrefix(s) (isPrefixLetter(s[0])&&isIDSeparator(s[1])) argument
190 #define isKeywordPrefix(s) ( isKeywordSeparator(s[0]) ) argument
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_statement.c413 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook() local
H A Dphp_pdo_pgsql_int.h79 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp216 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() argument
/PHP-8.2/ext/opcache/jit/ir/
H A Dir_disasm.c733 void *s = ir_mem_malloc(sect->size); local
/PHP-8.2/main/
H A Dfopen_wrappers.c373 char *s = strchr(path_info + 2, '/'); local
H A Dphp_output.h83 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
/PHP-8.2/ext/libxml/
H A Dlibxml.c521 php_stream *s = (php_stream *) context; in php_libxml_input_buffer_create_filename() local
1241 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c102 #define CWD_STATE_COPY(d, s) \ argument
107 #define CWD_STATE_FREE(s) \ argument
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c383 char *s; in sapi_lsapi_send_headers_like_cgi() local
849 static inline char* skip_slash(char *s) in skip_slash()

Completed in 83 milliseconds

12345678910