Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/ext/standard/
H A Dfilters.c499 ps += 2; in php_conv_base64_encode_convert()
526 ps += 1; in php_conv_base64_encode_convert()
554 ps += 3; in php_conv_base64_encode_convert()
775 (ps)++; \
830 ps++, icnt--; in php_conv_qprint_encode_convert()
871 ps2 = ps; in php_conv_qprint_encode_convert()
1054 ps++, icnt--; in php_conv_qprint_decode_convert()
1061 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
1095 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1122 if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_result.h24 …lnd_result_unbuffered_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
25 …_result_buffered_zval_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
26 …lnd_result_buffered_c_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
H A Dmysqlnd_result.c938 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, const zend_bool ps) in MYSQLND_METHOD()
945 if (ps == FALSE) { in MYSQLND_METHOD()
951 result->unbuf = mysqlnd_result_unbuffered_init(result->field_count, ps, result->persistent); in MYSQLND_METHOD()
969 row_packet->binary_protocol = ps; in MYSQLND_METHOD()
1945 mysqlnd_result_unbuffered_init(const unsigned int field_count, const zend_bool ps, const zend_bool … in mysqlnd_result_unbuffered_init() argument
1967 ret->ps = ps; in mysqlnd_result_unbuffered_init()
1971 if (ps) { in mysqlnd_result_unbuffered_init()
2011 ret->ps = ps; in mysqlnd_result_buffered_zval_init()
2015 if (ps) { in mysqlnd_result_buffered_zval_init()
2058 ret->ps = ps; in mysqlnd_result_buffered_c_init()
[all …]
H A Dmysqlnd_structs.h1175 zend_bool ps; \
1231 zend_bool ps; member
/PHP-7.1/sapi/cli/tests/
H A Dcli_process_title_unix.phpt23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
27 echo "ps failed\n";
39 echo "Successfully verified title using ps\n";
41 echo "Actually loaded from ps: $loaded_title\n";
53 Successfully verified title using ps
/PHP-7.1/ext/session/
H A Dmod_mm.c89 ps_sd *ps, *next; in hash_split() local
101 for (ps = *ohash; ps; ps = next) { in hash_split()
102 next = ps->next; in hash_split()
103 ps->next = nhash[ps->hv & nmax]; in hash_split()
104 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h308 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c61 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2595 static PHP_GINIT_FUNCTION(ps) /* {{{ */
3037 PHP_MODULE_GLOBALS(ps),
3038 PHP_GINIT(ps),
/PHP-7.1/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/PHP-7.1/ext/posix/tests/
H A Dposix_errno_variation2.phpt21 $result = shell_exec("ps -p " . $pid);
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt16 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-7.1/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt55 $ps = ut_nfmt_parse( $fmt, $rc );
60 dump( $ps ) );
77 $ps = ut_nfmt_parse( $fmt, $rc );
82 dump( $ps ) );
/PHP-7.1/ext/iconv/
H A Diconv.c2638 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2648 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2676 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2682 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2749 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2750 iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2758 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2763 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2765 ps += icnt; in php_iconv_stream_filter_append_bucket()
2819 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A DMakefile76 .SUFFIXES: .obj .c .h .ps .dvi .info .texinfo
/PHP-7.1/ext/mbstring/
H A Dmbstring.c4098 const char *ps; in _php_mbstr_parse_mail_headers() local
4106 ps = str; in _php_mbstr_parse_mail_headers()
4122 switch (*ps) { in _php_mbstr_parse_mail_headers()
4178 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4185 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4212 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4234 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic17382 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
17505 0 belong&0xff00ffff 0x56000000 ps database
19087 >2 string ps for PostScript
19094 0 string X\ ps SoftQuad troff Context intermediate for PostScript
20265 >4 search/1 ps for PostScript
H A Dmagic私はガラスを食べられます17382 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
17505 0 belong&0xff00ffff 0x56000000 ps database
19087 >2 string ps for PostScript
19094 0 string X\ ps SoftQuad troff Context intermediate for PostScript
20265 >4 search/1 ps for PostScript

Completed in 166 milliseconds