Home
last modified time | relevance | path

Searched defs:s (Results 201 – 225 of 302) sorted by relevance

12345678910>>...13

/PHP-7.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
1513 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1524 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1537 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1548 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
1559 static int strlen16 (unsigned short *s) in strlen16()
1585 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1590 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
/PHP-7.2/Zend/
H A Dzend_smart_string.h63 #define smart_string_free(s) \ argument
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) {
/PHP-7.2/ext/standard/
H A Dmd5.c161 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Ddir.c530 zend_stat_t s; in PHP_FUNCTION() local
/PHP-7.2/ext/readline/
H A Dreadline.c237 #define SAFE_STRING(s) ((s)?(char*)(s):"") argument
/PHP-7.2/main/
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
H A Dfopen_wrappers.c364 char *s = strchr(path_info + 2, '/'); local
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
/PHP-7.2/ext/date/lib/
H A Ddow.c208 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_out.c91 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
138 char *s = NULL, *free_s = NULL; in format_converter() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h271 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
279 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
281 #define ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc,start,s) \ argument
283 #define ONIGENC_IS_VALID_MBC_STRING(enc,s,end) \ argument
289 #define ONIGENC_STEP_BACK(enc,start,s,n) \ argument
/PHP-7.2/ext/mbstring/
H A Dmbstring.c1176 char *s, *s2; in php_mb_rfc1867_basename() local
2157 char *s, *mimetype = NULL; in PHP_FUNCTION() local
4418 zval *s; in PHP_FUNCTION() local
5331 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex()
5349 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s) in php_mb_mbchar_bytes()
5356 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex()
5397 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_statement.c408 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook() local
/PHP-7.2/ext/phar/
H A Ddirstream.c158 Bucket *s; in phar_compare_dir_name() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c551 const unsigned char *s = (const unsigned char *)str; in file_printable() local
H A Dder.c278 const char *s = m->value.s; in der_cmp() local
/PHP-7.2/ext/intl/locale/
H A Dlocale_methods.c100 #define isIDPrefix(s) (isPrefixLetter(s[0])&&isIDSeparator(s[1])) argument
101 #define isKeywordPrefix(s) ( isKeywordSeparator(s[0]) ) argument
/PHP-7.2/ext/date/
H A Dphp_date.c49 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
50 # define DATE_A64I(i, s) i = _atoi64(s) argument
53 # define DATE_I64A(i, s, len) \ argument
59 # define DATE_A64I(i, s) i = atoll(s) argument
61 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3554 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set()
3573 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3591 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.2/ext/opcache/
H A Dzend_shared_alloc.c42 #define S_H(s) g_shared_alloc_handler->s argument
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) argument
/PHP-7.2/ext/intl/collator/
H A Dcollator_sort.c216 Bucket *s; in collator_compare_func() local
/PHP-7.2/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c56 size_t s = 0, e = map->n; in mappings_add() local
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_statement.c686 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook() local
/PHP-7.2/ext/zip/lib/
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
121 #define ftello(s) ((long)ftell((s))) argument

Completed in 106 milliseconds

12345678910>>...13