Home
last modified time | relevance | path

Searched defs:pad (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c359 int pad = ((len + 7) & ~7) - len; in fcgi_make_header() local
996 int pad; local
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c588 int pad = ((len + 7) & ~7) - len; in fcgi_make_header() local
1183 int pad; local
/PHP-5.3/ext/standard/
H A Dpack.c668 char pad = (type == 'a') ? '\0' : ' '; in PHP_FUNCTION() local
H A Dcrypt_sha512.c260 size_t pad; in sha512_finish_ctx() local
H A Dcrypt_sha256.c233 size_t pad; in sha256_finish_ctx() local
/PHP-5.3/main/
H A Dsnprintf.c66 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ in __cvt()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5994 …ssignment_string(smart_str *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len …

Completed in 57 milliseconds