Home
last modified time | relevance | path

Searched defs:text (Results 1 – 21 of 21) sorted by relevance

/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.c278 static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, … in cli_completion_generator_ht()
304 static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_var()
318 static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht… in cli_completion_generator_func()
330 static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /*… in cli_completion_generator_class()
342 static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *… in cli_completion_generator_define()
356 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator()
433 char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c279 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc()
376 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize()
502 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr()
509 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
H A Dxml_element.h151 simplestring text; /* text contained between element begin/end pairs */ member
H A Dxmlrpc.c185 static int date_from_ISO8601 (const char *text, time_t * value) { in date_from_ISO8601()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dascmagic.c72 int text) in file_ascmagic()
103 const char *type, int text) in file_ascmagic_with_encoding()
H A Dsoftmagic.c75 int mode, int text) in file_softmagic()
116 const unsigned char *s, size_t nbytes, int mode, int text) in match()
1008 struct magic *m, size_t nbytes, unsigned int cont_level, int text) in mget()
H A Dapprentice.c832 static const char text[] = "text"; local
/PHP-5.3/ext/imap/
H A Dphp_imap.h81 SIZEDTEXT text; member
88 SIZEDTEXT text; member
H A Dphp_imap.c2470 char *text, *decode; in PHP_FUNCTION() local
2493 char *text, *decode; in PHP_FUNCTION() local
2516 char *text, *decode; in PHP_FUNCTION() local
2539 char *text, *decode; in PHP_FUNCTION() local
4225 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
/PHP-5.3/ext/readline/
H A Dreadline.c411 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator()
459 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c2923 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search()
2982 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic()
3005 const UChar* text, const UChar* adjust_text, in slow_search_backward()
3038 const UChar* text, const UChar* adjust_text, in slow_search_backward_ic()
3063 const UChar* text, const UChar* text_end, in bm_search_notrev()
3121 const UChar* text, const UChar* text_end, const UChar* text_range) in bm_search()
3180 const UChar* text, const UChar* adjust_text, in bm_search_backward()
3209 const UChar* text, const UChar* text_range) in map_search()
3223 const UChar* text, const UChar* adjust_text, in map_search_backward()
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.c397 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar… in grapheme_split_string()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c875 xmlNodePtr ret, text; in to_xml_string() local
964 xmlNodePtr ret, text; in to_xml_base64() local
998 xmlNodePtr ret, text; in to_xml_hexbin() local
1634 xmlNodePtr dummy, text; in to_zval_object_ex() local
/PHP-5.3/win32/build/
H A Dconfutils.js249 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
/PHP-5.3/main/
H A Doutput.c607 static inline void php_ob_append(const char *text, uint text_length TSRMLS_DC) in php_ob_append()
/PHP-5.3/ext/ftp/
H A Dftp.c1602 char *text; in ftp_genlist() local
/PHP-5.3/
H A Drun-tests.php1008 function save_text($filename, $text, $filename_copy = null)
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; in _call_message_handler() local
/PHP-5.3/ext/ldap/
H A Dldap.c1174 char *text; in PHP_FUNCTION() local
/PHP-5.3/ext/pgsql/
H A Dpgsql.c758 #define PHP_PQ_ERROR(text, pgsql) { \ argument
/PHP-5.3/ext/standard/
H A Dstring.c805 const char *text, *breakchar = "\n"; in PHP_FUNCTION() local

Completed in 140 milliseconds