Home
last modified time | relevance | path

Searched refs:p (Results 651 – 675 of 726) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re320 char *p;
324 …if (!strcmp(name, "?") || zend_hash_find(stmt->bound_param_map, name, plc->len + 1, (void**) &p) =…
327 idxbuf = estrdup(p);
H A Dpdo_stmt.c322 char *p; in really_register_bound_param() local
323 int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(param->parameter)); in really_register_bound_param()
324 ZVAL_STRINGL(param->parameter, p, len, 0); in really_register_bound_param()
762 Bucket *p; in do_fetch_class_prepare() local
766 p = ht->pListHead; in do_fetch_class_prepare()
767 while (p != NULL) { in do_fetch_class_prepare()
768 fci->params[fci->param_count++] = (zval**)p->pData; in do_fetch_class_prepare()
769 p = p->pListNext; in do_fetch_class_prepare()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1260 char **p;
1271 p = (char**) ccp;
1272 ccp = (char const *const *) p;
1286 iptr p = 0;
/PHP-5.5/ext/openssl/
H A Dopenssl.c1440 const unsigned char *p; in openssl_x509v3_subjectAltName() local
1447 p = extension->value->data; in openssl_x509v3_subjectAltName()
1450 names = (GENERAL_NAMES*)(ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
3112 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, p); in PHP_FUNCTION()
3133 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, p); in PHP_FUNCTION()
3138 if (dsa->p && dsa->q && dsa->g) { in PHP_FUNCTION()
3157 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dh, p); in PHP_FUNCTION()
3161 if (dh->p && dh->g) { in PHP_FUNCTION()
3413 OPENSSL_PKEY_GET_BN(rsa, p); in PHP_FUNCTION()
3433 OPENSSL_PKEY_GET_BN(dsa, p); in PHP_FUNCTION()
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1742 client_data.p = c;
1805 + void *p;
1811 + p = mmap(NULL, sz,
1814 + if (p != MAP_FAILED) {
1818 + hc->read_buf = p;
1846 + client_data.p = c;
1914 + client_data.p = c;
2004 - client_data.p = c;
2184 + client_data.p = c;
2208 client_data.p = c;
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug49442.phpt76 $host = 'p:' . $host;
H A Dmysqli_connect_oo.phpt69 ini_set('mysqli.default_host', 'p:' . $host);
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc235 $p = max(79 - $l, 40); // minimum length for paragraph
239 return $b . wordwrap($r, $p, "\n".$sp);
/PHP-5.5/ext/ereg/regex/
H A Dtests30 # p REG_PEND
447 aZb &p a
448 aZb &p# (aZb) aZb
449 aZ*b &p# (ab) ab
/PHP-5.5/ext/standard/
H A Ddns.c439 u_char *tp, *p; in php_parserr() local
624 p = cp; in php_parserr()
691 if (cp < p + dlen) { in php_parserr()
H A Dbasic_functions.c4083 char *p, **env; local
4102 if ((p = strchr(pe.key, '='))) { /* nullify the '=' if there is one */
4103 *p = '\0';
4113 value = p + 1;
4116 value = p;
4138 if (!p) { /* no '=' means we want to unset it */
4141 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4197 opt_struct *p; local
4200 for (p = longopts; p && p->opt_char != '-'; p++) {
4201 if (p->opt_name != NULL) {
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_variation2.phpt30 var $p = 10;
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c23 #define ulen(p) onigenc_str_bytelen_null(ENC, (UChar* )p) argument
H A DHISTORY206 invalid \p{Alnum}, \p{ASCII}, [:alnum:], [:ascii:].
211 \p{Word} doesn't work.
307 (p < s)
782 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
825 p(Regexp.new(s, nil, "u") =~ "\xC3\xBE")
1114 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1117 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1144 ex. /\g<p>(?@<p>\(\g<s>\)){0}(?<s>(?:\g<p>)*|){0}/
1236 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1237 2004/01/20: [new] character property operators \p{...}, \P{...}.
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c508 char **p; in PHP_INI_BEGIN() local
576 p = (char **) d->protocols; in PHP_INI_BEGIN()
577 while (*p != NULL) { in PHP_INI_BEGIN()
578 n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); in PHP_INI_BEGIN()
579 p++; in PHP_INI_BEGIN()
1793 char **p = (char **) d->protocols; in PHP_FUNCTION() local
1799 while (*p != NULL) { in PHP_FUNCTION()
1800 add_next_index_string(protocol_list, *p, 1); in PHP_FUNCTION()
1801 p++; in PHP_FUNCTION()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c597 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
598 while (p != NULL) { in realpath_cache_clean()
599 realpath_cache_bucket *r = p; in realpath_cache_clean()
600 p = p->next; in realpath_cache_clean()
/PHP-5.5/ext/ldap/
H A Dldap.c499 const char *p; in _php_sasl_interact() local
503 p = NULL; in _php_sasl_interact()
506 p = ctx->realm; in _php_sasl_interact()
509 p = ctx->authcid; in _php_sasl_interact()
512 p = ctx->authzid; in _php_sasl_interact()
515 p = ctx->passwd; in _php_sasl_interact()
518 if (p) { in _php_sasl_interact()
519 interact->result = p; in _php_sasl_interact()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c406 char *p= emalloc(size= var_cnt * (sizeof(char) + sizeof(VAR_BUFFER))); in mysqli_stmt_bind_result_do_bind() local
407 stmt->result.buf = (VAR_BUFFER *) p; in mysqli_stmt_bind_result_do_bind()
408 stmt->result.is_null = p + var_cnt * sizeof(VAR_BUFFER); in mysqli_stmt_bind_result_do_bind()
409 memset(p, 0, size); in mysqli_stmt_bind_result_do_bind()
1037 char *tmp, *p; local
1040 p= &tmp[9];
1042 *p-- = (uval % 10) + 48;
/PHP-5.5/build/
H A Dlibtool.m4380 p
2030 [p=${PACKAGE-default}
2040 if test "X$pkg" = "X$p"; then
2070 [p=${PACKAGE-default}
2080 if test "X$pkg" = "X$p"; then
2111 [p=${PACKAGE-default}
3873 case $p in
3878 if test $p = "-L" \
3879 || test $p = "-R"; then
3880 prev=$p
[all …]
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2179 Bucket *p; local
2183 p = htl->pListHead;
2184 while (p != NULL) {
2185 fci.params[fci.param_count++] = (zval**)p->pData;
2186 p = p->pListNext;
/PHP-5.5/Zend/
H A Dzend_operators.c1997 register unsigned char *p = (unsigned char*)str; in zend_str_tolower() local
1998 register unsigned char *end = p + length; in zend_str_tolower()
2000 while (p < end) { in zend_str_tolower()
2001 *p = zend_tolower_ascii(*p); in zend_str_tolower()
2002 p++; in zend_str_tolower()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h234 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l) TS… argument
/PHP-5.5/ext/gd/libgd/
H A Dgd.h503 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
504 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
/PHP-5.5/
H A Dconfigure.in200 $php_shtool mkdir -p libs
292 GCC_MAJOR_VERSION=`$CC -dumpversion | /usr/bin/sed -nE '1s/([[0-9]]+)\.[[0-9]]+\..*/\1/;1p'`
295 GCC_MAJOR_VERSION=`$CC --version | $SED -n '1s/[[^0-9]]*//;1s/\..*//;1p'`
1180 $php_shtool mkdir -p $phplibdir
1518 $php_shtool mkdir -p pear/scripts
1519 $php_shtool mkdir -p scripts
1520 $php_shtool mkdir -p scripts/man1
/PHP-5.5/ext/hash/
H A Dhash.c758 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument

Completed in 161 milliseconds

1...<<21222324252627282930