Home
last modified time | relevance | path

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

/PHP-8.1/win32/
H A Dinet.c19 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
20 inp->s_addr = inet_addr(cp); in inet_aton()
22 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-8.1/ext/fileinfo/libmagic/
H A Dcdf.c913 if (inp == NULL) in cdf_grow_info()
916 *info = inp; in cdf_grow_info()
918 return inp; in cdf_grow_info()
940 inp->pi_u16 = CDF_TOLE2(inp->pi_u16); in cdf_copy_info()
943 inp->pi_u32 = CDF_TOLE4(inp->pi_u32); in cdf_copy_info()
946 inp->pi_u64 = CDF_TOLE8(inp->pi_u64); in cdf_copy_info()
987 if (inp == NULL) in cdf_read_property_info()
989 inp += *count; in cdf_read_property_info()
1007 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info()
1056 inp += nelem; in cdf_read_property_info()
[all …]
/PHP-8.1/main/streams/
H A Dfilter.c400 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local
419 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
429 brig_temp = inp; in _php_stream_filter_flush()
430 inp = outp; in _php_stream_filter_flush()
441 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush()
462 while ((bucket = inp->head)) { in _php_stream_filter_flush()
470 while ((bucket = inp->head)) { in _php_stream_filter_flush()
/PHP-8.1/ext/imap/
H A Dphp_imap.c2347 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2350 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2362 inp++; in PHP_FUNCTION()
2404 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION()
2406 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION()
2410 inp++; in PHP_FUNCTION()
2487 while (inp < endp) { in PHP_FUNCTION()
2489 if (SPECIAL(*inp)) { in PHP_FUNCTION()
2510 inp++; in PHP_FUNCTION()
2523 if (SPECIAL(*inp)) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/pdo/tests/
H A Dpdo_016.phpt51 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp');
52 $stmt3->bindParam(':inp', $idx); /* by foreign name */
H A Dpdo_016a.phpt51 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp');
52 $stmt3->bindParam('inp', $idx); /* by foreign name */
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1189 return inp;

Completed in 217 milliseconds