Searched defs:pad (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt_sha256.c | 212 size_t pad; in sha256_finish_ctx() local
|
H A D | crypt_sha512.c | 243 size_t pad; in sha512_finish_ctx() local
|
H A D | pack.c | 948 char pad = '\0'; in PHP_FUNCTION() local
|
/php-src/main/ |
H A D | snprintf.c | 62 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt()
|
H A D | fastcgi.c | 988 int pad = ((len + 7) & ~7) - len; in fcgi_make_header() local 1609 int pad; local
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 5724 …PGconn *pg_link, smart_str *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len,… in build_assignment_string()
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 5811 zend_string *input, *encoding_str = NULL, *pad = ZSTR_CHAR(' '); in PHP_FUNCTION() local
|
Completed in 44 milliseconds