Home
last modified time | relevance | path

Searched refs:ap (Results 26 – 43 of 43) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend.h554 int (*vspprintf_function)(char **pbuf, size_t max_len, const char *format, va_list ap);
698 extern int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap);
H A Dzend.c56 int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap);
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1268 va_list ap; in php_cli_server_logf() local
1270 va_start(ap, tsrm_ls); in php_cli_server_logf()
1272 va_start(ap, format); in php_cli_server_logf()
1274 vspprintf(&buf, 0, format, ap); in php_cli_server_logf()
1275 va_end(ap); in php_cli_server_logf()
/PHP-5.5/main/streams/
H A Dstreams.c1252 va_list ap; in _php_stream_printf() local
1254 va_start(ap, fmt); in _php_stream_printf()
1255 count = vspprintf(&buf, 0, fmt, ap); in _php_stream_printf()
1256 va_end(ap); in _php_stream_printf()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1940 -file_vprintf(struct magic_set *ms, const char *fmt, va_list ap)
1943 + va_list ap;
1948 - len = vasprintf(&buf, fmt, ap);
1951 + va_start(ap, fmt);
1952 + len = vspprintf(&buf, 0, fmt, ap);
1953 + va_end(ap);
1982 - va_list ap;
1984 - va_start(ap, fmt);
1985 - rv = file_vprintf(ms, fmt, ap);
1986 - va_end(ap);
/PHP-5.5/ext/libxml/
H A Dlibxml.c529 …tic void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list ap) in php_libxml_internal_error_handler() argument
536 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15409 va_list ap; in getDigits() local
15440 va_end(ap); in getDigits()
21297 va_list ap;
21302 va_end(ap);
22268 va_list ap;
22272 va_end(ap);
22285 va_list ap;
22289 va_end(ap);
22323 va_list ap;
22330 va_end(ap);
[all …]
/PHP-5.5/sapi/apache/
H A Dconfig.m4161 APACHE_INCLUDE="-I$PHP_APACHE/src/main -I$PHP_APACHE/src/os/unix -I$PHP_APACHE/src/ap"
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m4163 …CHE_HOOKS_STATIC/src/main -I$PHP_APACHE_HOOKS_STATIC/src/os/unix -I$PHP_APACHE_HOOKS_STATIC/src/ap"
/PHP-5.5/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1291 struct s { int j; const int *ap[3]; };
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt647 "≈",
2781 ≈ => ≈ e28988
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1097 ap\x{300}9!\$ <
H A Dtestinput610 ap\x{300}9!\$ <
H A Dtestoutput10162 ap\x{300}9!\$ <
H A Dtestoutput613 ap\x{300}9!\$ <
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt642 ap 02248
/PHP-5.5/
H A DNEWS9176 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)

Completed in 511 milliseconds

12