Home
last modified time | relevance | path

Searched defs:t (Results 26 – 50 of 100) sorted by path

1234

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c929 # define REP(f, t) ((f)*8 + (t)) argument
/PHP-5.5/ext/exif/
H A Dexif.c1012 int i, t; in exif_get_tagname() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c246 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
261 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1419 get_cond(const char *l, const char **t) in get_cond()
1501 char *t; in parse() local
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp()
H A Dcompress.c183 int t = 0; in sread() local
H A Dencoding.c229 int t = text_chars[buf[i]]; in looks_ascii() local
248 int t = text_chars[buf[i]]; in looks_latin1() local
268 int t = text_chars[buf[i]]; in looks_extended() local
H A Dfile.h229 #define IS_LIBMAGIC_STRING(t) \ argument
H A Dprint.c81 time_t t = (time_t)v; in file_fmttime() local
H A Dsoftmagic.c367 int64_t t = 0; in mprint() local
648 uint32_t t; in moffset() local
1856 char *t; in convert_libmagic_pattern() local
/PHP-5.5/ext/filter/
H A Dfilter.c415 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-5.5/ext/gd/
H A Dgd.c2557 int q = -1, i, t = 1; in _php_image_output() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1068 int t = x2; in gdImageHLine() local
1087 int t = y1; in gdImageVLine() local
1275 inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color, int t) in gdImageSetAAPixelColor()
2047 int t; in gdImageRectangle() local
H A Dgd_interpolation.c327 static double filter_bicubic(const double t) in filter_bicubic()
347 static double filter_generalized_cubic(const double t) in filter_generalized_cubic()
409 static double filter_filter(double t) in filter_filter()
H A Dwebpng.c164 int t; in main() local
/PHP-5.5/ext/hash/
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ argument
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
H A Dhash_md.c636 unsigned char i,j,t = 0; in MD2_Transform() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c1632 char *t; in PHP_FUNCTION() local
3482 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/interbase/
H A Dibase_query.c530 struct tm t = { 0, 0, 0, 0, 0, 0 }; in _php_ibase_bind_array() local
687 struct tm t; in _php_ibase_bind() local
1318 struct tm t; in _php_ibase_var_zval() local
H A Dphp_ibase_udf.c216 struct tm t; in call_php() local
/PHP-5.5/ext/intl/converter/
H A Dconverter.c514 UConverterType t; in php_converter_do_get_type() local
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp110 const Formattable::Type t = types[i]; in umsg_get_numeric_types() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1160 #define GETTIME(t) gettimeofday(&(t), (struct timezone* )0) argument
1168 #define GETTIME(t) times(&(t)) argument
2744 UChar *t, *p, *s, *end; in slow_search() local
2773 const UChar* t, const UChar* tend, in str_lower_case_match()
2821 UChar *t, *p, *s; in slow_search_backward() local
2879 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2934 const UChar *s, *t, *p, *end; in bm_search() local
2995 const UChar *s, *t, *p; in bm_search_backward() local
H A Dregparse.c431 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
455 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
467 NameTable* t; in onig_names_free() local
482 NameTable* t = (NameTable* )reg->name_table; in name_find() local
519 NameTable* t = (NameTable* )reg->name_table; in onig_foreach_name() local
552 NameTable* t = (NameTable* )reg->name_table; in onig_renumber_name_table() local
564 NameTable* t = (NameTable* )reg->name_table; in onig_number_of_names() local
588 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
620 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
648 NameTable* t; in onig_names_free() local
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1349 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dmysqlnd.h238 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument

Completed in 209 milliseconds

1234