| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 213 simplestring_free(&root->text); 270 simplestring_init(&elem->text); 273 simplestring_addn(&elem->text, "", 0); 279 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text, void *data, int len) argument 281 return fptr && text ? fptr(data, text, len ? len : strlen(text)) : 0; 376 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int depth) argument 438 /* if no text an 502 file_out_fptr(void *f, const char *text, int size) argument 509 simplestring_out_fptr(void *f, const char *text, int size) argument [all...] |
| H A D | xml_element.h | 151 simplestring text; /* text contained between element begin/end pairs */ member in struct:_xml_element 190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
|
| H A D | xmlrpc.c | 185 static int date_from_ISO8601 (const char *text, time_t * value) { argument 192 if (strchr (text, '-')) { 193 char *p = (char *) text, *p2 = buf; 204 text = buf; 215 XMLRPC_IS_NUMBER(text[i]) 216 tm.tm_year += (text[i]-'0')*n; 222 XMLRPC_IS_NUMBER(text[i]) 223 tm.tm_mon += (text[i+4]-'0')*n; 231 XMLRPC_IS_NUMBER(text[i]) 232 tm.tm_mday += (text[ [all...] |
| /PHP_5_4/scripts/dev/generate-phpt/src/ |
| H A D | gtCodeSnippet.php | 46 $text = file($filename); variable 47 foreach ($text as $t) {
|
| /PHP_5_4/win32/build/ |
| H A D | mkdist.php | 143 $text = file_get_contents($source); variable 144 $text = preg_replace("/(\r\n?)|\n/", "\r\n", $text); variable 146 fwrite($fp, $text);
|
| /PHP_5_4/ext/intl/grapheme/ |
| H A D | grapheme_util.c | 397 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len TSRMLS_DC ) argument 410 ubrk_setText(bi, text, text_length, &status); 621 NULL, /* text not set in global iterator */ 622 0, /* text length = 0 */
|
| /PHP_5_4/ext/intl/spoofchecker/ |
| H A D | spoofchecker_main.c | 24 /* {{{ proto bool Spoofchecker::isSuspicious( string text[, int &error_code ] ) 25 * Checks if a given text contains any suspicious characters 30 char *text; local 35 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z", &text, &text_len, &error_code)) { 41 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); 57 * Checks if a given text contains any confusable characters
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 2923 const UChar* text, const UChar* text_end, UChar* text_range) 2932 s = (UChar* )text; 2982 const UChar* text, const UChar* text_end, UChar* text_range) 2991 s = (UChar* )text; 3005 const UChar* text, const UChar* adjust_text, 3017 while (s >= text) { 3038 const UChar* text, const UChar* adjust_text, 3050 while (s >= text) { 3063 const UChar* text, const UChar* text_end, 3071 fprintf(stderr, "bm_search_notrev: text 2922 slow_search(OnigEncoding enc, UChar* target, UChar* target_end, const UChar* text, const UChar* text_end, UChar* text_range) argument 2980 slow_search_ic(OnigEncoding enc, int ambig_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* text_end, UChar* text_range) argument 3004 slow_search_backward(OnigEncoding enc, UChar* target, UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument 3036 slow_search_backward_ic(OnigEncoding enc, int ambig_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument 3062 bm_search_notrev(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument 3120 bm_search(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument 3179 bm_search_backward(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument 3208 map_search(OnigEncoding enc, UChar map[], const UChar* text, const UChar* text_range) argument 3222 map_search_backward(OnigEncoding enc, UChar map[], const UChar* text, const UChar* adjust_text, const UChar* text_start) argument [all...] |
| /PHP_5_4/ext/ftp/ |
| H A D | ftp.c | 1610 char *text; local 1673 text = (char*) (ret + lines + 1); 1674 *entry = text; 1678 *(text - 1) = 0; 1679 *++entry = text; 1681 *text++ = ch;
|
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 88 char *cpytxt(SIZEDTEXT *dst, char *text, unsigned long size); 314 ZEND_ARG_INFO(0, text) 318 ZEND_ARG_INFO(0, text) 322 ZEND_ARG_INFO(0, text) 326 ZEND_ARG_INFO(0, text) 679 if(cur->text.data) 680 fs_give((void **)&(cur->text.data)); 711 if ((*errlist)->text.data) { 712 fs_give((void **) &(*errlist)->text.data); 926 /* text ca 2462 char *text, *decode; local 2485 char *text, *decode; local 2508 char *text, *decode; local 2531 char *text, *decode; local 4217 char *str, *string, *charset, encoding, *text, *decode; local [all...] |
| H A D | php_imap.h | 53 #define LSIZE text.size 54 #define LTEXT text.data 61 #define LTEXT text 81 SIZEDTEXT text; member in struct:php_imap_mailbox_struct 88 SIZEDTEXT text; member in struct:php_imap_error_struct
|
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.c | 1174 char *text; local 1183 text = ldap_get_dn(ld->link, resultentry->data); 1184 if (text != NULL) { 1185 RETVAL_STRING(text, 1); 1187 ldap_memfree(text); 1189 free(text);
|
| /PHP_5_4/ext/readline/ |
| H A D | readline.c | 426 static char *_readline_command_generator(const char *text, int state) argument 439 if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) { 474 static char **_readline_completion_cb(const char *text, int start, int end) argument 481 params[0]=_readline_string_zval(text); 488 matches = rl_completion_matches(text,_readline_command_generator);
|
| H A D | readline_cli.c | 406 static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, void **pData TSRMLS_DC) /* {{{ */ argument 417 if (!textlen || !strncmp(name, text, textlen)) { 432 static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */ argument 436 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(active_symbol_table), NULL TSRMLS_CC); 446 static char *cli_completion_generator_ini(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */ argument 450 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL TSRMLS_CC); 460 static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) /* {{{ */ argument 463 char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func TSRMLS_CC); 472 static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */ argument 475 char *retval = cli_completion_generator_ht(text, textle 484 cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) argument 498 cli_completion_generator(const char *text, int index) argument 577 cli_code_completion(const char *text, int start, int end) argument [all...] |
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 864 xmlNodePtr ret, text; local 940 text = xmlNewTextLen(BAD_CAST(str), new_len); 941 xmlAddChild(ret, text); 952 xmlNodePtr ret, text; local 962 text = xmlNewTextLen(str, str_len); 963 xmlAddChild(ret, text); 971 text = xmlNewTextLen(str, str_len); 972 xmlAddChild(ret, text); 986 xmlNodePtr ret, text; local 1009 text 1618 xmlNodePtr dummy, text; local [all...] |
| /PHP_5_4/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; local 437 MAKE_STD_ZVAL(text); 438 ZVAL_STRING(text, srvmsg->text, 1); 439 args[4] = &text; 461 zval_ptr_dtor(&text); 474 SybCtG(server_message) = estrdup(srvmsg->text); 505 srvmsg->text, (long)srvmsg->severity, ((srvmsg->proclen>0) ? srvmsg->proc : "N/A"));
|
| /PHP_5_4/ext/standard/ |
| H A D | string.c | 878 const char *text, *breakchar = "\n"; local 886 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lsb", &text, &textlen, &linelength, &breakchar, &breakcharlen, &docut) == FAILURE) { 907 newtext = estrndup(text, textlen); 911 if (text[current] == breakchar[0]) { 913 } else if (text[current] == ' ') { 938 /* now keep track of the actual new text length */ 950 if (text[current] == breakchar[0] 952 && !strncmp(text+current, breakchar, breakcharlen)) { 953 memcpy(newtext+newtextlen, text+laststart, current-laststart+breakcharlen); 961 else if (text[curren 3009 php_strtr_array_prepare(STR *text, PATNREPL *patterns, int patnum, int B, int Bp) argument 3082 php_strtr_array_do_repl(STR *text, PPRES *d, zval *return_value) argument 3140 STR text; local [all...] |
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | ascmagic.c | 29 * ASCII magic -- try to detect text encoding. 72 int text) 87 /* If file doesn't look like any sort of text, give up. */ 93 type, text); 103 const char *type, int text) 138 /* Convert ubuf to UTF-8 and try text soft magic */ 150 (size_t)(utf8_end - utf8_buf), TEXTTEST, text)) == 0) 201 if (file_printf(ms, "text/plain") == -1) 207 switch (file_replace(ms, " text$", ", ")) { 209 switch (file_replace(ms, " text executabl 71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, int text) argument 101 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t ulen, const char *code, const char *type, int text) argument [all...] |
| H A D | apprentice.c | 872 /* Allow text overrides */ 889 /* binary test if pattern is not text */ 1041 static const char text[] = "text"; local 1043 static const size_t len = sizeof(text); 1055 me[i].mp->flag & BINTEST ? binary : text); 1057 char *p = strstr(me[i].mp->desc, text); 1064 "binary test for text type\n");
|
| H A D | softmagic.c | 77 int mode, int text) 83 text, 0, 0, &printed_something, &need_separator, 119 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, 142 ((text && (m->str_flags & FLT) == STRING_BINTEST) || 143 (!text && (m->str_flags & FLT) == STRING_TEXTTEST))) || 157 switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text, 245 text, flip, recursion_level + 1, printed_something, 1106 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, 1690 BINTEST, text); 1723 mode, text, fli 76 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, int mode, int text) argument 118 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, int flip, int recursion_level, int *printed_something, int *need_separator, int *returnval) argument 1105 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, int flip, int recursion_level, int *printed_something, int *need_separator, int *returnval) argument [all...] |