Searched refs:inp (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/win32/ |
H A D | inet.c | 21 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 D | inet.h | 25 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 891 if (inp == NULL) in cdf_grow_info() 894 *info = inp; in cdf_grow_info() 896 return inp; in cdf_grow_info() 918 inp->pi_u16 = CDF_TOLE2(inp->pi_u16); in cdf_copy_info() 921 inp->pi_u32 = CDF_TOLE4(inp->pi_u32); in cdf_copy_info() 924 inp->pi_u64 = CDF_TOLE8(inp->pi_u64); in cdf_copy_info() 965 if (inp == NULL) in cdf_read_property_info() 967 inp += *count; in cdf_read_property_info() 985 i, inp[i].pi_id, inp[i].pi_type, q - p, offs)); in cdf_read_property_info() 1034 inp += nelem; in cdf_read_property_info() [all …]
|
/PHP-7.3/main/streams/ |
H A D | filter.c | 401 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local 420 status = filter->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush() 430 brig_temp = inp; in _php_stream_filter_flush() 431 inp = outp; in _php_stream_filter_flush() 442 for(bucket = inp->head; bucket; bucket = bucket->next) { in _php_stream_filter_flush() 463 while ((bucket = inp->head)) { in _php_stream_filter_flush() 471 while ((bucket = inp->head)) { in _php_stream_filter_flush()
|
/PHP-7.3/ext/imap/ |
H A D | php_imap.c | 2828 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION() 2831 if (SPECIAL(*inp)) { in PHP_FUNCTION() 2843 inp++; in PHP_FUNCTION() 2884 for (endp = (inp = in) + inlen; inp < endp; inp++) { in PHP_FUNCTION() 2886 if (*inp == '&' && inp[1] != '-') { in PHP_FUNCTION() 2890 inp++; in PHP_FUNCTION() 2968 while (inp < endp) { in PHP_FUNCTION() 2970 if (SPECIAL(*inp)) { in PHP_FUNCTION() 2991 inp++; in PHP_FUNCTION() 3004 if (SPECIAL(*inp)) { in PHP_FUNCTION() [all …]
|
/PHP-7.3/ext/pdo/tests/ |
H A D | pdo_016.phpt | 50 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp'); 51 $stmt3->bindParam(':inp', $idx); /* by foreign name */
|
H A D | pdo_016a.phpt | 50 $stmt3 = $db->prepare('SELECT txt FROM test WHERE idx=:inp'); 51 $stmt3->bindParam('inp', $idx); /* by foreign name */
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 1560 return inp; 1581 inp += nelem;
|
Completed in 52 milliseconds