Searched refs:word_len (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/pspell/ |
| H A D | pspell.c | 494 int type, word_len; local 499 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 519 int word_len; local 525 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 576 int type, word_len; local 581 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 588 if (word_len == 0) { 606 int type, word_len; local 611 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { 618 if (word_len [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | metaphone.c | 28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); 167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) argument 188 max_buffer_len = word_len; 189 *phoned_word = safe_emalloc(sizeof(char), word_len, 1);
|
Completed in 4 milliseconds