Home
last modified time | relevance | path

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

/PHP-7.4/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.h25 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c897 if (inp == NULL) in cdf_grow_info()
900 *info = inp; in cdf_grow_info()
902 return inp; in cdf_grow_info()
924 inp->pi_u16 = CDF_TOLE2(inp->pi_u16); in cdf_copy_info()
927 inp->pi_u32 = CDF_TOLE4(inp->pi_u32); in cdf_copy_info()
930 inp->pi_u64 = CDF_TOLE8(inp->pi_u64); in cdf_copy_info()
971 if (inp == NULL) in cdf_read_property_info()
973 inp += *count; in cdf_read_property_info()
991 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info()
1040 inp += nelem; in cdf_read_property_info()
[all …]
/PHP-7.4/main/streams/
H A Dfilter.c402 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local
421 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
431 brig_temp = inp; in _php_stream_filter_flush()
432 inp = outp; in _php_stream_filter_flush()
443 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush()
464 while ((bucket = inp->head)) { in _php_stream_filter_flush()
472 while ((bucket = inp->head)) { in _php_stream_filter_flush()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2850 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2853 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2865 inp++; in PHP_FUNCTION()
2906 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2908 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION()
2912 inp++; in PHP_FUNCTION()
2990 while (inp < endp) { in PHP_FUNCTION()
2992 if (SPECIAL(*inp)) { in PHP_FUNCTION()
3013 inp++; in PHP_FUNCTION()
3026 if (SPECIAL(*inp)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/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-7.4/ext/fileinfo/
H A Dlibmagic.patch1260 return inp;
1281 inp += nelem;

Completed in 62 milliseconds