word 543 ext/date/lib/parse_date.c char *word; word 552 ext/date/lib/parse_date.c word = timelib_calloc(1, end - begin + 1); word 553 ext/date/lib/parse_date.c memcpy(word, begin, end - begin); word 556 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { word 562 ext/date/lib/parse_date.c timelib_free(word); word 576 ext/date/lib/parse_date.c char *word; word 585 ext/date/lib/parse_date.c word = timelib_calloc(1, end - begin + 1); word 586 ext/date/lib/parse_date.c memcpy(word, begin, end - begin); word 589 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { word 594 ext/date/lib/parse_date.c timelib_free(word); word 623 ext/date/lib/parse_date.c char *word; word 632 ext/date/lib/parse_date.c word = timelib_calloc(1, end - begin + 1); word 633 ext/date/lib/parse_date.c memcpy(word, begin, end - begin); word 636 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { word 642 ext/date/lib/parse_date.c timelib_free(word); word 678 ext/date/lib/parse_date.c const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst) word 684 ext/date/lib/parse_date.c if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) { word 689 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { word 718 ext/date/lib/parse_date.c char *word; word 727 ext/date/lib/parse_date.c word = timelib_calloc(1, end - begin + 1); word 728 ext/date/lib/parse_date.c memcpy(word, begin, end - begin); word 730 ext/date/lib/parse_date.c if ((tp = abbr_search(word, -1, 0))) { word 739 ext/date/lib/parse_date.c *tz_abbr = word; word 107 ext/enchant/enchant.c ZEND_ARG_INFO(0, word) word 113 ext/enchant/enchant.c ZEND_ARG_INFO(0, word) word 722 ext/enchant/enchant.c char *word; word 726 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|z/", &dict, &word, &wordlen, &sugg) == FAILURE) { word 737 ext/enchant/enchant.c if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { word 746 ext/enchant/enchant.c suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg_st); word 768 ext/enchant/enchant.c char *word; word 772 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &dict, &word, &wordlen) == FAILURE) { word 778 ext/enchant/enchant.c RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); word 787 ext/enchant/enchant.c char *word; word 794 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &dict, &word, &wordlen) == FAILURE) { word 800 ext/enchant/enchant.c suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg_st); word 820 ext/enchant/enchant.c char *word; word 824 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &dict, &word, &wordlen) == FAILURE) { word 830 ext/enchant/enchant.c enchant_dict_add_to_personal(pdict->pdict, word, wordlen); word 839 ext/enchant/enchant.c char *word; word 843 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &dict, &word, &wordlen) == FAILURE) { word 849 ext/enchant/enchant.c enchant_dict_add_to_session(pdict->pdict, word, wordlen); word 858 ext/enchant/enchant.c char *word; word 862 ext/enchant/enchant.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &dict, &word, &wordlen) == FAILURE) { word 868 ext/enchant/enchant.c RETURN_BOOL(enchant_dict_is_in_session(pdict->pdict, word, wordlen)); word 99 ext/pspell/pspell.c ZEND_ARG_INFO(0, word) word 104 ext/pspell/pspell.c ZEND_ARG_INFO(0, word) word 115 ext/pspell/pspell.c ZEND_ARG_INFO(0, word) word 120 ext/pspell/pspell.c ZEND_ARG_INFO(0, word) word 496 ext/pspell/pspell.c char *word; word 499 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word 505 ext/pspell/pspell.c if (pspell_manager_check(manager, word)) { word 518 ext/pspell/pspell.c char *word; word 525 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word 533 ext/pspell/pspell.c wl = pspell_manager_suggest(manager, word); word 578 ext/pspell/pspell.c char *word; word 581 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word 592 ext/pspell/pspell.c pspell_manager_add_to_personal(manager, word); word 608 ext/pspell/pspell.c char *word; word 611 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word 622 ext/pspell/pspell.c pspell_manager_add_to_session(manager, word); word 28 ext/standard/metaphone.c static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); word 112 ext/standard/metaphone.c #define Next_Letter (toupper(word[w_idx+1])) word 114 ext/standard/metaphone.c #define Curr_Letter (toupper(word[w_idx])) word 116 ext/standard/metaphone.c #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0') word 120 ext/standard/metaphone.c #define After_Next_Letter (Next_Letter != '\0' ? toupper(word[w_idx+2]) \ word 122 ext/standard/metaphone.c #define Look_Ahead_Letter(n) (toupper(Lookahead(word+w_idx, n))) word 127 ext/standard/metaphone.c static char Lookahead(char *word, int how_far) word 131 ext/standard/metaphone.c for (idx = 0; word[idx] != '\0' && idx < how_far; idx++); word 134 ext/standard/metaphone.c letter_ahead = word[idx]; /* idx will be either == to how_far or word 167 ext/standard/metaphone.c static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) word 183 ext/standard/metaphone.c if (word == NULL) word 810 main/rfc1867.c char *key = NULL, *word = pair; word 850 main/rfc1867.c efree(word);