Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 67) sorted by path

123

/php-src/
H A DUPGRADING.INTERNALS232 that provide a frameless handler (search for usages of the
H A Dconfigure.ac159 [Disable passing additional runtime library search paths])],
/php-src/Zend/tests/
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/php-src/build/
H A Dlibtool.m41717 # Append ld.so.conf contents to the search path
2288 # If it is relative, then search for the first ld in PATH.
3097 # as there is no search path for DLLs.
4406 # Is shlibpath searched before the hard-coded library search path?
4450 # Compile-time system search path for libraries
4453 # Run-time system search path for libraries
5470 # as there is no search path for DLLs.
5781 # no search path for DLLs.
5890 # hardcode_minus_L: Not really in the search PATH,
5909 # hardcode_minus_L: Not really in the search PATH,
[all …]
H A Dphp.m4342 dnl Use this macro, if you need to add libraries and or library search paths to
372 dnl Use this macro, if you need to add header search paths to the PHP build
H A Dpkg.m463 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
64 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
/php-src/docs-old/
H A Dstreams.md57 * `IGNORE_PATH` (default) - don't use include path to search for the file
58 * `USE_PATH` - use include path to search for the file
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.c227 const lexbor_hash_search_t *search, in lexbor_hash_insert_by_entry() argument
234 hash_id = search->hash(key, length); in lexbor_hash_insert_by_entry()
248 if (item->length == length && search->cmp(str, key, length)) { in lexbor_hash_insert_by_entry()
266 lexbor_hash_remove(lexbor_hash_t *hash, const lexbor_hash_search_t *search, in lexbor_hash_remove() argument
269 lexbor_hash_remove_by_hash_id(hash, search->hash(key, length), in lexbor_hash_remove()
270 key, length, search->cmp); in lexbor_hash_remove()
274 lexbor_hash_search(lexbor_hash_t *hash, const lexbor_hash_search_t *search, in lexbor_hash_search() argument
277 return lexbor_hash_search_by_hash_id(hash, search->hash(key, length), in lexbor_hash_search()
278 key, length, search->cmp); in lexbor_hash_search()
H A Dhash.h107 const lexbor_hash_search_t *search,
111 lexbor_hash_remove(lexbor_hash_t *hash, const lexbor_hash_search_t *search,
115 lexbor_hash_search(lexbor_hash_t *hash, const lexbor_hash_search_t *search,
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch4 Subject: [PATCH 2/2] Shrink size of static binary search tree
73 # Find and append run script run dir to module search path
H A DREADME.md22 * 0001-Shrink-size-of-static-binary-search-tree.patch
23 A PHP specific patch to shrink the size of the static binary search tree for entities.
28 …Also run `python3 tokenizer_entities_bst.py` to generate the static binary search tree for entitie…
38 * `git am -3 ../patches/0001-Shrink-size-of-static-binary-search-tree.patch`
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupPrefix.phpt40 echo "--- search for \"test\" ---\n";
58 --- search for "test" ---
/php-src/ext/fileinfo/
H A Dlibmagic.patch3110 ms->search.rm_len);
3231 - : ms->search.s_len;
3233 - fprintf(stderr, "search: [");
3244 idx = ms->search.s_len;
3268 - const char *search;
3270 - size_t slen = ms->search.s_len;
3276 - if (ms->search.s == NULL)
3298 - search = copy;
3300 - search = CCAST(char *, "");
3310 - ms->search.rm_len = CAST(size_t,
[all …]
H A Dmagicdata.patch16 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text
17 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
34 >>19 search/4096 \<svg SVG Scalable Vector Graphics image
38 >>19 search/4096 \<gnc-v2 GnuCash file
/php-src/ext/fileinfo/libmagic/
H A Dder.c268 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_offs()
269 size_t offs = 0, len = ms->search.s_len ? ms->search.s_len : nbytes; in der_offs()
307 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_cmp()
309 size_t offs = 0, len = ms->search.s_len; in der_cmp()
H A Dfile.h472 } search; member
H A Dsoftmagic.c779 ms->search.rm_len); in mprint()
944 (ms->search.offset + ms->search.rm_len)); in moffset()
1359 ms->search.s_len = 0; in mcopy()
1360 ms->search.s = NULL; in mcopy()
1395 ms->search.s = buf; in mcopy()
1398 ms->search.rm_len = 0; in mcopy()
2233 if (ms->search.s == NULL) in magiccheck()
2244 idx = ms->search.s_len; in magiccheck()
2253 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
2268 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
[all …]
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic25 >&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Graph:
26 >>&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Data: GCOV coverage report
48 0 search/1 FONT ASCII vfont text
H A Dmagic641 #>>19 search/7 \n
11349 >6 search/2 0,
11363 >>>10 search/3 "
15746 >13 search/3 #
18612 0 search/1 P1
18626 0 search/1 P2
18635 0 search/1 P3
26535 >2 search/9 \0\0
26561 >2 search/9 \0\0
35908 0 search ..OMR
[all …]
H A Dmagic私はガラスを食べられます641 #>>19 search/7 \n
11349 >6 search/2 0,
11363 >>>10 search/3 "
15746 >13 search/3 #
18612 0 search/1 P1
18626 0 search/1 P2
18635 0 search/1 P3
26535 >2 search/9 \0\0
26561 >2 search/9 \0\0
35908 0 search ..OMR
[all …]
/php-src/ext/ldap/tests/
H A Dbug48441.phpt97 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dldap_get_entries_variation.phpt2 Test ldap_get_entries() function - variation: used on empty search
H A Dldap_search_variation3.phpt89 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d

Completed in 227 milliseconds

123