Home
last modified time | relevance | path

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

/PHP-7.0/win32/
H A Dinet.c21 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
22 inp->s_addr = inet_addr(cp); in inet_aton()
24 if (inp->s_addr == INADDR_NONE) { in inet_aton()
H A Dinet.h23 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c806 cdf_property_info_t *inp; in cdf_read_property_info() local
839 if (inp == NULL) in cdf_read_property_info()
841 *info = inp; in cdf_read_property_info()
842 inp += *count; in cdf_read_property_info()
872 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info()
927 memcpy(&inp[i].pi_f, &u32, sizeof(inp[i].pi_f)); in cdf_read_property_info()
934 memcpy(&inp[i].pi_d, &u64, sizeof(inp[i].pi_d)); in cdf_read_property_info()
946 if (inp == NULL) in cdf_read_property_info()
948 *info = inp; in cdf_read_property_info()
949 inp = *info + nelem; in cdf_read_property_info()
[all …]
/PHP-7.0/main/streams/
H A Dfilter.c431 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local
450 status = filter->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
460 brig_temp = inp; in _php_stream_filter_flush()
461 inp = outp; in _php_stream_filter_flush()
472 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush()
493 while ((bucket = inp->head)) { in _php_stream_filter_flush()
501 while ((bucket = inp->head)) { in _php_stream_filter_flush()
/PHP-7.0/ext/imap/
H A Dphp_imap.c2831 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2834 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2846 inp++; in PHP_FUNCTION()
2887 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2889 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION()
2893 inp++; in PHP_FUNCTION()
2971 while (inp < endp) { in PHP_FUNCTION()
2973 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2994 inp++; in PHP_FUNCTION()
3007 if (SPECIAL(*inp)) { in PHP_FUNCTION()
[all …]
/PHP-7.0/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 */

Completed in 39 milliseconds