Home
last modified time | relevance | path

Searched refs:inp (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/win32/
H A Dinet.c3 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
4 inp->s_addr = inet_addr(cp); in inet_aton()
6 if (inp->s_addr == INADDR_NONE) { in inet_aton()
H A Dinet.h4 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c769 cdf_property_info_t *inp; in cdf_read_property_info() local
802 if (inp == NULL) in cdf_read_property_info()
804 *info = inp; in cdf_read_property_info()
805 inp += *count; in cdf_read_property_info()
830 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info()
885 memcpy(&inp[i].pi_f, &u32, sizeof(inp[i].pi_f)); in cdf_read_property_info()
892 memcpy(&inp[i].pi_d, &u64, sizeof(inp[i].pi_d)); in cdf_read_property_info()
904 if (inp == NULL) in cdf_read_property_info()
906 *info = inp; in cdf_read_property_info()
907 inp = *info + nelem; in cdf_read_property_info()
[all …]
/PHP-5.5/main/streams/
H A Dfilter.c433 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local
452 status = filter->fops->filter(stream, current, inp, outp, NULL, flags TSRMLS_CC); in _php_stream_filter_flush()
462 brig_temp = inp; in _php_stream_filter_flush()
463 inp = outp; in _php_stream_filter_flush()
474 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush()
495 while ((bucket = inp->head)) { in _php_stream_filter_flush()
503 while ((bucket = inp->head)) { in _php_stream_filter_flush()
/PHP-5.5/ext/imap/
H A Dphp_imap.c2765 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2768 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2780 inp++; in PHP_FUNCTION()
2821 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2823 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION()
2827 inp++; in PHP_FUNCTION()
2904 while (inp < endp) { in PHP_FUNCTION()
2906 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2927 inp++; in PHP_FUNCTION()
2940 if (SPECIAL(*inp)) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_016.phpt50 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp');
51 $stmt3->bindParam(':inp', $idx); /* by foreign name */
H A Dpdo_016a.phpt50 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp');
51 $stmt3->bindParam('inp', $idx); /* by foreign name */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch986 i, inp[i].pi_id, inp[i].pi_type, q - p, offs));
987 if (inp[i].pi_type & CDF_VECTOR) {
1005 inp[i].pi_str.s_len = l;
1006 inp[i].pi_str.s_buf = (const char *)

Completed in 28 milliseconds