Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c366 int pad = ((len + 7) & ~7) - len; in fcgi_make_header() local
1029 int pad; local
/PHP-5.5/ext/standard/
H A Dpack.c727 char pad = '\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.5/sapi/cgi/
H A Dfastcgi.c834 int pad = ((len + 7) & ~7) - len; in fcgi_make_header() local
1414 int pad; local
/PHP-5.5/main/
H A Dsnprintf.c71 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ in __cvt()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c6314 …ssignment_string(smart_str *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len …

Completed in 48 milliseconds